#EBB6CB

Color #EBB6CB Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #EBB6CB

Tints of Chantilly #EBB6CB

Color information

#EBB6CB (or 0xEBB6CB) is unknown color: approx Chantilly. HEX triplet: EB, B6 and CB. RGB value is (235,182,203). Sum of RGB (Red+Green+Blue) = 235+182+203=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6CB is #144934. Grayscale: #C8C8C8. Windows color (decimal): -1329461 or 13350635. OLE color: 13350635.

HSL color Cylindrical-coordinate representation of color #EBB6CB: hue angle of 336.23º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6CB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235182203-
CMYK00.230.140.08
HSL336.23º56.99%81.76%-
HSV(B)336.23º22.55%92.16%-
XYZ61.7755.4363.94-
YUV200.24129.56152.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 182 (71.48% from 255) = 29.35%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=37.90%
G=29.35%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518220300.230.140.08336.2356.9981.76
HexEBB6CB017E81503952
Octal353266313027161052071122
Binary111010111011011011001011010111111010001010100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6CB; }

 p { color: rgb(235,182,203); }

 H1.HeaderClassName
 {
   color: #EBB6CB;
 }
 .AnyTagClassName
 {
   color: #EBB6CB;
 }
</style>
background-color css

<style>
 a { background-color: #EBB6CB; }

 a { background-color: rgb(235,182,203); }

 div.DivClassName
 {
   background-color: #EBB6CB;
 }
 .BgClassName
 {
   background-color: #EBB6CB;
 }
</style>
border-color css

<style>
 span { border-color: #EBB6CB; }

 span { border-color: rgb(235,182,203); }

 td.TdClassName
 {
   border-color: #EBB6CB;
 }
 .TagClassName
 {
   border-color: #EBB6CB;
 }
</style>