Shades of Chantilly #E9C2CB
Tints of Chantilly #E9C2CB
RGB
CMYK
RGB Variations
Color information
#E9C2CB (or 0xE9C2CB) is known color: Chantilly. HEX triplet: E9, C2 and CB. RGB value is (233,194,203). Sum of RGB (Red+Green+Blue) = 233+194+203=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C2CB is #163D34. Grayscale: #CECECE. Windows color (decimal): -1457461 or 13353705. OLE color: 13353705.
HSL color Cylindrical-coordinate representation of color #E9C2CB: hue angle of 346.15º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C2CB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 194 | 203 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.09 |
| HSL | 346.15º | 0.47% | 0.84% | - |
| HSV(B) | 346.15º | 0.17% | 0.91% | - |
| XYZ | 63.68 | 60.22 | 64.77 | - |
| YUV | 206.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 203 | 0 | 0.17 | 0.13 | 0.09 | 346.15 | 0.47 | 0.84 |
| Hex | E9 | C2 | CB | 0 | 11 | D | 9 | 15A | 2F | 54 |
| Octal | 351 | 302 | 313 | 0 | 21 | 15 | 11 | 532 | 57 | 124 |
| Binary | 11101001 | 11000010 | 11001011 | 0 | 10001 | 1101 | 1001 | 101011010 | 101111 | 1010100 |
Color Harmonies of #E9C2CB
Complementary color
Monochromatic Colors of #E9C2CB
Black with #E9C2CB
Text Example
Text Example
White with #E9C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2CB; }
p { color: rgb(233,194,203); }
H1.HeaderClassName
{
color: #E9C2CB;
}
.AnyTagClassName
{
color: #E9C2CB;
}
</style>
background-color css
<style>
a { background-color: #E9C2CB; }
a { background-color: rgb(233,194,203); }
div.DivClassName
{
background-color: #E9C2CB;
}
.BgClassName
{
background-color: #E9C2CB;
}
</style>
border-color css
<style>
span { border-color: #E9C2CB; }
span { border-color: rgb(233,194,203); }
td.TdClassName
{
border-color: #E9C2CB;
}
.TagClassName
{
border-color: #E9C2CB;
}
</style>