Shades of Chantilly #E9C5CE
Tints of Chantilly #E9C5CE
RGB
CMYK
RGB Variations
Color information
#E9C5CE (or 0xE9C5CE) is known color: Chantilly. HEX triplet: E9, C5 and CE. RGB value is (233,197,206). Sum of RGB (Red+Green+Blue) = 233+197+206=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5CE is #163A31. Grayscale: #D0D0D0. Windows color (decimal): -1456690 or 13551081. OLE color: 13551081.
HSL color Cylindrical-coordinate representation of color #E9C5CE: hue angle of 345º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C5CE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 206 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.09 |
| HSL | 345º | 0.45% | 0.84% | - |
| HSV(B) | 345º | 0.15% | 0.91% | - |
| XYZ | 64.71 | 61.71 | 66.89 | - |
| YUV | 208.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 206 | 0 | 0.15 | 0.12 | 0.09 | 345 | 0.45 | 0.84 |
| Hex | E9 | C5 | CE | 0 | F | C | 9 | 159 | 2D | 54 |
| Octal | 351 | 305 | 316 | 0 | 17 | 14 | 11 | 531 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11001110 | 0 | 1111 | 1100 | 1001 | 101011001 | 101101 | 1010100 |
Color Harmonies of #E9C5CE
Complementary color
Monochromatic Colors of #E9C5CE
Black with #E9C5CE
Text Example
Text Example
White with #E9C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5CE; }
p { color: rgb(233,197,206); }
H1.HeaderClassName
{
color: #E9C5CE;
}
.AnyTagClassName
{
color: #E9C5CE;
}
</style>
background-color css
<style>
a { background-color: #E9C5CE; }
a { background-color: rgb(233,197,206); }
div.DivClassName
{
background-color: #E9C5CE;
}
.BgClassName
{
background-color: #E9C5CE;
}
</style>
border-color css
<style>
span { border-color: #E9C5CE; }
span { border-color: rgb(233,197,206); }
td.TdClassName
{
border-color: #E9C5CE;
}
.TagClassName
{
border-color: #E9C5CE;
}
</style>