Shades of Chantilly #EEB5CE
Tints of Chantilly #EEB5CE
RGB
CMYK
RGB Variations
Color information
#EEB5CE (or 0xEEB5CE) is known color: Chantilly. HEX triplet: EE, B5 and CE. RGB value is (238,181,206). Sum of RGB (Red+Green+Blue) = 238+181+206=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5CE is #114A31. Grayscale: #C8C8C8. Windows color (decimal): -1133106 or 13546990. OLE color: 13546990.
HSL color Cylindrical-coordinate representation of color #EEB5CE: hue angle of 333.68º 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 #EEB5CE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 206 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 333.68º | 0.63% | 0.82% | - |
| HSV(B) | 333.68º | 0.24% | 0.93% | - |
| XYZ | 62.92 | 55.68 | 65.82 | - |
| YUV | 200.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 206 | 0 | 0.24 | 0.13 | 0.07 | 333.68 | 0.63 | 0.82 |
| Hex | EE | B5 | CE | 0 | 18 | D | 7 | 14E | 3F | 52 |
| Octal | 356 | 265 | 316 | 0 | 30 | 15 | 7 | 516 | 77 | 122 |
| Binary | 11101110 | 10110101 | 11001110 | 0 | 11000 | 1101 | 111 | 101001110 | 111111 | 1010010 |
Color Harmonies of #EEB5CE
Complementary color
Monochromatic Colors of #EEB5CE
Black with #EEB5CE
Text Example
Text Example
White with #EEB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5CE; }
p { color: rgb(238,181,206); }
H1.HeaderClassName
{
color: #EEB5CE;
}
.AnyTagClassName
{
color: #EEB5CE;
}
</style>
background-color css
<style>
a { background-color: #EEB5CE; }
a { background-color: rgb(238,181,206); }
div.DivClassName
{
background-color: #EEB5CE;
}
.BgClassName
{
background-color: #EEB5CE;
}
</style>
border-color css
<style>
span { border-color: #EEB5CE; }
span { border-color: rgb(238,181,206); }
td.TdClassName
{
border-color: #EEB5CE;
}
.TagClassName
{
border-color: #EEB5CE;
}
</style>