Shades of Chantilly #E9C5CA
Tints of Chantilly #E9C5CA
RGB
CMYK
RGB Variations
Color information
#E9C5CA (or 0xE9C5CA) is known color: Chantilly. HEX triplet: E9, C5 and CA. RGB value is (233,197,202). Sum of RGB (Red+Green+Blue) = 233+197+202=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5CA is #163A35. Grayscale: #D0D0D0. Windows color (decimal): -1456694 or 13288937. OLE color: 13288937.
HSL color Cylindrical-coordinate representation of color #E9C5CA: hue angle of 351.67º 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 #E9C5CA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 202 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.09 |
| HSL | 351.67º | 0.45% | 0.84% | - |
| HSV(B) | 351.67º | 0.15% | 0.91% | - |
| XYZ | 64.23 | 61.52 | 64.37 | - |
| YUV | 208.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 202 | 0 | 0.15 | 0.13 | 0.09 | 351.67 | 0.45 | 0.84 |
| Hex | E9 | C5 | CA | 0 | F | D | 9 | 160 | 2D | 54 |
| Octal | 351 | 305 | 312 | 0 | 17 | 15 | 11 | 540 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11001010 | 0 | 1111 | 1101 | 1001 | 101100000 | 101101 | 1010100 |
Color Harmonies of #E9C5CA
Complementary color
Monochromatic Colors of #E9C5CA
Black with #E9C5CA
Text Example
Text Example
White with #E9C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5CA; }
p { color: rgb(233,197,202); }
H1.HeaderClassName
{
color: #E9C5CA;
}
.AnyTagClassName
{
color: #E9C5CA;
}
</style>
background-color css
<style>
a { background-color: #E9C5CA; }
a { background-color: rgb(233,197,202); }
div.DivClassName
{
background-color: #E9C5CA;
}
.BgClassName
{
background-color: #E9C5CA;
}
</style>
border-color css
<style>
span { border-color: #E9C5CA; }
span { border-color: rgb(233,197,202); }
td.TdClassName
{
border-color: #E9C5CA;
}
.TagClassName
{
border-color: #E9C5CA;
}
</style>