#EEB2CA

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

Shades of Chantilly #EEB2CA

Tints of Chantilly #EEB2CA

Color information

#EEB2CA (or 0xEEB2CA) is unknown color: approx Chantilly. HEX triplet: EE, B2 and CA. RGB value is (238,178,202). Sum of RGB (Red+Green+Blue) = 238+178+202=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2CA is #114D35. Grayscale: #C6C6C6. Windows color (decimal): -1133878 or 13284078. OLE color: 13284078.

HSL color Cylindrical-coordinate representation of color #EEB2CA: hue angle of 336º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2CA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238178202-
CMYK00.250.150.07
HSL336º63.83%81.57%-
HSV(B)336º25.21%93.33%-
XYZ61.8454.2863.1-
YUV198.68129.88156.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=38.51%
G=28.80%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817820200.250.150.0733663.8381.57
HexEEB2CA019F71504052
Octal356262312031177520100122
Binary111011101011001011001010011001111111110101000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2CA; }

 p { color: rgb(238,178,202); }

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

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

 a { background-color: rgb(238,178,202); }

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

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

 span { border-color: rgb(238,178,202); }

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