#EEB2CC

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

Shades of Chantilly #EEB2CC

Tints of Chantilly #EEB2CC

Color information

#EEB2CC (or 0xEEB2CC) is unknown color: approx Chantilly. HEX triplet: EE, B2 and CC. RGB value is (238,178,204). Sum of RGB (Red+Green+Blue) = 238+178+204=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2CC is #114D33. Grayscale: #C6C6C6. Windows color (decimal): -1133876 or 13415150. OLE color: 13415150.

HSL color Cylindrical-coordinate representation of color #EEB2CC: hue angle of 334º 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 #EEB2CC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238178204-
CMYK00.250.140.07
HSL334º63.83%81.57%-
HSV(B)334º25.21%93.33%-
XYZ62.0854.3864.35-
YUV198.9130.88155.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=38.39%
G=28.71%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817820400.250.140.0733463.8381.57
HexEEB2CC019E714e4052
Octal356262314031167516100122
Binary111011101011001011001100011001111011110100111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2CC; }

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

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

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

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

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

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

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

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