Shades of Chantilly #E8C5CA
Tints of Chantilly #E8C5CA
RGB
CMYK
RGB Variations
Color information
#E8C5CA (or 0xE8C5CA) is known color: Chantilly. HEX triplet: E8, C5 and CA. RGB value is (232,197,202). Sum of RGB (Red+Green+Blue) = 232+197+202=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5CA is #173A35. Grayscale: #D0D0D0. Windows color (decimal): -1522230 or 13288936. OLE color: 13288936.
HSL color Cylindrical-coordinate representation of color #E8C5CA: hue angle of 351.43º degrees, saturation: 0.43, 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 #E8C5CA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 202 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.09 |
| HSL | 351.43º | 0.43% | 0.84% | - |
| HSV(B) | 351.43º | 0.15% | 0.91% | - |
| XYZ | 63.91 | 61.35 | 64.35 | - |
| YUV | 208.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 202 | 0 | 0.15 | 0.13 | 0.09 | 351.43 | 0.43 | 0.84 |
| Hex | E8 | C5 | CA | 0 | F | D | 9 | 15F | 2B | 54 |
| Octal | 350 | 305 | 312 | 0 | 17 | 15 | 11 | 537 | 53 | 124 |
| Binary | 11101000 | 11000101 | 11001010 | 0 | 1111 | 1101 | 1001 | 101011111 | 101011 | 1010100 |
Color Harmonies of #E8C5CA
Complementary color
Monochromatic Colors of #E8C5CA
Black with #E8C5CA
Text Example
Text Example
White with #E8C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5CA; }
p { color: rgb(232,197,202); }
H1.HeaderClassName
{
color: #E8C5CA;
}
.AnyTagClassName
{
color: #E8C5CA;
}
</style>
background-color css
<style>
a { background-color: #E8C5CA; }
a { background-color: rgb(232,197,202); }
div.DivClassName
{
background-color: #E8C5CA;
}
.BgClassName
{
background-color: #E8C5CA;
}
</style>
border-color css
<style>
span { border-color: #E8C5CA; }
span { border-color: rgb(232,197,202); }
td.TdClassName
{
border-color: #E8C5CA;
}
.TagClassName
{
border-color: #E8C5CA;
}
</style>