Shades of Chantilly #E9C5CD
Tints of Chantilly #E9C5CD
RGB
CMYK
RGB Variations
Color information
#E9C5CD (or 0xE9C5CD) is known color: Chantilly. HEX triplet: E9, C5 and CD. RGB value is (233,197,205). Sum of RGB (Red+Green+Blue) = 233+197+205=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5CD is #163A32. Grayscale: #D0D0D0. Windows color (decimal): -1456691 or 13485545. OLE color: 13485545.
HSL color Cylindrical-coordinate representation of color #E9C5CD: hue angle of 346.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 #E9C5CD is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 205 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.09 |
| HSL | 346.67º | 0.45% | 0.84% | - |
| HSV(B) | 346.67º | 0.15% | 0.91% | - |
| XYZ | 64.59 | 61.66 | 66.26 | - |
| YUV | 208.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 205 | 0 | 0.15 | 0.12 | 0.09 | 346.67 | 0.45 | 0.84 |
| Hex | E9 | C5 | CD | 0 | F | C | 9 | 15B | 2D | 54 |
| Octal | 351 | 305 | 315 | 0 | 17 | 14 | 11 | 533 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11001101 | 0 | 1111 | 1100 | 1001 | 101011011 | 101101 | 1010100 |
Color Harmonies of #E9C5CD
Complementary color
Monochromatic Colors of #E9C5CD
Black with #E9C5CD
Text Example
Text Example
White with #E9C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5CD; }
p { color: rgb(233,197,205); }
H1.HeaderClassName
{
color: #E9C5CD;
}
.AnyTagClassName
{
color: #E9C5CD;
}
</style>
background-color css
<style>
a { background-color: #E9C5CD; }
a { background-color: rgb(233,197,205); }
div.DivClassName
{
background-color: #E9C5CD;
}
.BgClassName
{
background-color: #E9C5CD;
}
</style>
border-color css
<style>
span { border-color: #E9C5CD; }
span { border-color: rgb(233,197,205); }
td.TdClassName
{
border-color: #E9C5CD;
}
.TagClassName
{
border-color: #E9C5CD;
}
</style>