Shades of Chantilly #E9C4CD
Tints of Chantilly #E9C4CD
RGB
CMYK
RGB Variations
Color information
#E9C4CD (or 0xE9C4CD) is known color: Chantilly. HEX triplet: E9, C4 and CD. RGB value is (233,196,205). Sum of RGB (Red+Green+Blue) = 233+196+205=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4CD is #163B32. Grayscale: #D0D0D0. Windows color (decimal): -1456947 or 13485289. OLE color: 13485289.
HSL color Cylindrical-coordinate representation of color #E9C4CD: hue angle of 345.41º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C4CD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 205 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.09 |
| HSL | 345.41º | 0.46% | 0.84% | - |
| HSV(B) | 345.41º | 0.16% | 0.91% | - |
| XYZ | 64.36 | 61.21 | 66.18 | - |
| YUV | 208.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 205 | 0 | 0.16 | 0.12 | 0.09 | 345.41 | 0.46 | 0.84 |
| Hex | E9 | C4 | CD | 0 | 10 | C | 9 | 159 | 2E | 54 |
| Octal | 351 | 304 | 315 | 0 | 20 | 14 | 11 | 531 | 56 | 124 |
| Binary | 11101001 | 11000100 | 11001101 | 0 | 10000 | 1100 | 1001 | 101011001 | 101110 | 1010100 |
Color Harmonies of #E9C4CD
Complementary color
Monochromatic Colors of #E9C4CD
Black with #E9C4CD
Text Example
Text Example
White with #E9C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4CD; }
p { color: rgb(233,196,205); }
H1.HeaderClassName
{
color: #E9C4CD;
}
.AnyTagClassName
{
color: #E9C4CD;
}
</style>
background-color css
<style>
a { background-color: #E9C4CD; }
a { background-color: rgb(233,196,205); }
div.DivClassName
{
background-color: #E9C4CD;
}
.BgClassName
{
background-color: #E9C4CD;
}
</style>
border-color css
<style>
span { border-color: #E9C4CD; }
span { border-color: rgb(233,196,205); }
td.TdClassName
{
border-color: #E9C4CD;
}
.TagClassName
{
border-color: #E9C4CD;
}
</style>