Shades of Chantilly #E8C4CB
Tints of Chantilly #E8C4CB
RGB
CMYK
RGB Variations
Color information
#E8C4CB (or 0xE8C4CB) is known color: Chantilly. HEX triplet: E8, C4 and CB. RGB value is (232,196,203). Sum of RGB (Red+Green+Blue) = 232+196+203=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C4CB is #173B34. Grayscale: #CFCFCF. Windows color (decimal): -1522485 or 13354216. OLE color: 13354216.
HSL color Cylindrical-coordinate representation of color #E8C4CB: hue angle of 348.33º degrees, saturation: 0.44, 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 #E8C4CB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 203 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.09 |
| HSL | 348.33º | 0.44% | 0.84% | - |
| HSV(B) | 348.33º | 0.16% | 0.91% | - |
| XYZ | 63.8 | 60.95 | 64.9 | - |
| YUV | 207.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 203 | 0 | 0.16 | 0.12 | 0.09 | 348.33 | 0.44 | 0.84 |
| Hex | E8 | C4 | CB | 0 | 10 | C | 9 | 15C | 2C | 54 |
| Octal | 350 | 304 | 313 | 0 | 20 | 14 | 11 | 534 | 54 | 124 |
| Binary | 11101000 | 11000100 | 11001011 | 0 | 10000 | 1100 | 1001 | 101011100 | 101100 | 1010100 |
Color Harmonies of #E8C4CB
Complementary color
Monochromatic Colors of #E8C4CB
Black with #E8C4CB
Text Example
Text Example
White with #E8C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C4CB; }
p { color: rgb(232,196,203); }
H1.HeaderClassName
{
color: #E8C4CB;
}
.AnyTagClassName
{
color: #E8C4CB;
}
</style>
background-color css
<style>
a { background-color: #E8C4CB; }
a { background-color: rgb(232,196,203); }
div.DivClassName
{
background-color: #E8C4CB;
}
.BgClassName
{
background-color: #E8C4CB;
}
</style>
border-color css
<style>
span { border-color: #E8C4CB; }
span { border-color: rgb(232,196,203); }
td.TdClassName
{
border-color: #E8C4CB;
}
.TagClassName
{
border-color: #E8C4CB;
}
</style>