#EEBAC9

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

Shades of Chantilly #EEBAC9

Tints of Chantilly #EEBAC9

Color information

#EEBAC9 (or 0xEEBAC9) is unknown color: approx Chantilly. HEX triplet: EE, BA and C9. RGB value is (238,186,201). Sum of RGB (Red+Green+Blue) = 238+186+201=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC9 is #114536. Grayscale: #CBCBCB. Windows color (decimal): -1131831 or 13220590. OLE color: 13220590.

HSL color Cylindrical-coordinate representation of color #EEBAC9: hue angle of 342.69º degrees, saturation: 0.6, 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 #EEBAC9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238186201-
CMYK00.220.160.07
HSL342.69º60.47%83.14%-
HSV(B)342.69º21.85%93.33%-
XYZ63.3657.5163.02-
YUV203.26126.73152.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=38.08%
G=29.76%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818620100.220.160.07342.6960.4783.14
HexEEBAC90161071573c53
Octal35627231102620752774123
Binary111011101011101011001001010110100001111010101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAC9; }

 p { color: rgb(238,186,201); }

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

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

 a { background-color: rgb(238,186,201); }

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

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

 span { border-color: rgb(238,186,201); }

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