Shades of Chantilly #E9C2CA
Tints of Chantilly #E9C2CA
RGB
CMYK
RGB Variations
Color information
#E9C2CA (or 0xE9C2CA) is known color: Chantilly. HEX triplet: E9, C2 and CA. RGB value is (233,194,202). Sum of RGB (Red+Green+Blue) = 233+194+202=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C2CA is #163D35. Grayscale: #CECECE. Windows color (decimal): -1457462 or 13288169. OLE color: 13288169.
HSL color Cylindrical-coordinate representation of color #E9C2CA: hue angle of 347.69º 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 #E9C2CA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 194 | 202 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.09 |
| HSL | 347.69º | 0.47% | 0.84% | - |
| HSV(B) | 347.69º | 0.17% | 0.91% | - |
| XYZ | 63.56 | 60.17 | 64.14 | - |
| YUV | 206.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 202 | 0 | 0.17 | 0.13 | 0.09 | 347.69 | 0.47 | 0.84 |
| Hex | E9 | C2 | CA | 0 | 11 | D | 9 | 15C | 2F | 54 |
| Octal | 351 | 302 | 312 | 0 | 21 | 15 | 11 | 534 | 57 | 124 |
| Binary | 11101001 | 11000010 | 11001010 | 0 | 10001 | 1101 | 1001 | 101011100 | 101111 | 1010100 |
Color Harmonies of #E9C2CA
Complementary color
Monochromatic Colors of #E9C2CA
Black with #E9C2CA
Text Example
Text Example
White with #E9C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2CA; }
p { color: rgb(233,194,202); }
H1.HeaderClassName
{
color: #E9C2CA;
}
.AnyTagClassName
{
color: #E9C2CA;
}
</style>
background-color css
<style>
a { background-color: #E9C2CA; }
a { background-color: rgb(233,194,202); }
div.DivClassName
{
background-color: #E9C2CA;
}
.BgClassName
{
background-color: #E9C2CA;
}
</style>
border-color css
<style>
span { border-color: #E9C2CA; }
span { border-color: rgb(233,194,202); }
td.TdClassName
{
border-color: #E9C2CA;
}
.TagClassName
{
border-color: #E9C2CA;
}
</style>