#EEB4CC

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

Shades of Chantilly #EEB4CC

Tints of Chantilly #EEB4CC

Color information

#EEB4CC (or 0xEEB4CC) is unknown color: approx Chantilly. HEX triplet: EE, B4 and CC. RGB value is (238,180,204). Sum of RGB (Red+Green+Blue) = 238+180+204=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4CC is #114B33. Grayscale: #C8C8C8. Windows color (decimal): -1133364 or 13415662. OLE color: 13415662.

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

Color convert

RGB238180204-
CMYK00.240.140.07
HSL335.17º63.04%81.96%-
HSV(B)335.17º24.37%93.33%-
XYZ62.4855.1864.48-
YUV200.08130.22155.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 180 (70.70% from 255) = 28.94%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=38.26%
G=28.94%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818020400.240.140.07335.1763.0481.96
HexEEB4CC018E714f3f52
Octal35626431403016751777122
Binary11101110101101001100110001100011101111010011111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4CC; }

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

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

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

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

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

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

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

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