Shades of Chantilly #EEBAC8
Tints of Chantilly #EEBAC8
RGB
CMYK
RGB Variations
Color information
#EEBAC8 (or 0xEEBAC8) is known color: Chantilly. HEX triplet: EE, BA and C8. RGB value is (238,186,200). Sum of RGB (Red+Green+Blue) = 238+186+200=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC8 is #114537. Grayscale: #CBCBCB. Windows color (decimal): -1131832 or 13155054. OLE color: 13155054.
HSL color Cylindrical-coordinate representation of color #EEBAC8: hue angle of 343.85º 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 #EEBAC8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 186 | 200 | - |
CMYK | 0 | 0.22 | 0.16 | 0.07 |
HSL | 343.85º | 0.6% | 0.83% | - |
HSV(B) | 343.85º | 0.22% | 0.93% | - |
XYZ | 63.24 | 57.47 | 62.4 | - |
YUV | 203.14 | 126.23 | 152.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 186 | 200 | 0 | 0.22 | 0.16 | 0.07 | 343.85 | 0.6 | 0.83 |
Hex | EE | BA | C8 | 0 | 16 | 10 | 7 | 158 | 3C | 53 |
Octal | 356 | 272 | 310 | 0 | 26 | 20 | 7 | 530 | 74 | 123 |
Binary | 11101110 | 10111010 | 11001000 | 0 | 10110 | 10000 | 111 | 101011000 | 111100 | 1010011 |
Color Harmonies of #EEBAC8
Complementary color
Monochromatic Colors of #EEBAC8
Black with #EEBAC8
Text Example
Text Example
White with #EEBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC8; }
p { color: rgb(238,186,200); }
H1.HeaderClassName
{
color: #EEBAC8;
}
.AnyTagClassName
{
color: #EEBAC8;
}
</style>
background-color css
<style>
a { background-color: #EEBAC8; }
a { background-color: rgb(238,186,200); }
div.DivClassName
{
background-color: #EEBAC8;
}
.BgClassName
{
background-color: #EEBAC8;
}
</style>
border-color css
<style>
span { border-color: #EEBAC8; }
span { border-color: rgb(238,186,200); }
td.TdClassName
{
border-color: #EEBAC8;
}
.TagClassName
{
border-color: #EEBAC8;
}
</style>