#EEB5CD

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

Shades of Chantilly #EEB5CD

Tints of Chantilly #EEB5CD

Color information

#EEB5CD (or 0xEEB5CD) is unknown color: approx Chantilly. HEX triplet: EE, B5 and CD. RGB value is (238,181,205). Sum of RGB (Red+Green+Blue) = 238+181+205=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5CD is #114A32. Grayscale: #C8C8C8. Windows color (decimal): -1133107 or 13481454. OLE color: 13481454.

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

Color convert

RGB238181205-
CMYK00.240.140.07
HSL334.74º62.64%82.16%-
HSV(B)334.74º23.95%93.33%-
XYZ62.855.6365.19-
YUV200.78130.38154.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=38.14%
G=29.01%
B=32.85%

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
Decimal23818120500.240.140.07334.7462.6482.16
HexEEB5CD018E714f3f52
Octal35626531503016751777122
Binary11101110101101011100110101100011101111010011111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5CD; }

 p { color: rgb(238,181,205); }

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

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

 a { background-color: rgb(238,181,205); }

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

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

 span { border-color: rgb(238,181,205); }

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