#EEB9D0

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

Shades of Chantilly #EEB9D0

Tints of Chantilly #EEB9D0

Color information

#EEB9D0 (or 0xEEB9D0) is unknown color: approx Chantilly. HEX triplet: EE, B9 and D0. RGB value is (238,185,208). Sum of RGB (Red+Green+Blue) = 238+185+208=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9D0 is #11462F. Grayscale: #CBCBCB. Windows color (decimal): -1132080 or 13679086. OLE color: 13679086.

HSL color Cylindrical-coordinate representation of color #EEB9D0: hue angle of 333.96º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9D0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238185208-
CMYK00.220.130.07
HSL333.96º60.92%82.94%-
HSV(B)333.96º22.27%93.33%-
XYZ63.9957.4367.39-
YUV203.47130.56152.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=37.72%
G=29.32%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818520800.220.130.07333.9660.9282.94
HexEEB9D0016D714e3d53
Octal35627132002615751675123
Binary11101110101110011101000001011011011111010011101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9D0; }

 p { color: rgb(238,185,208); }

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

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

 a { background-color: rgb(238,185,208); }

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

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

 span { border-color: rgb(238,185,208); }

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