Shades of Chantilly #E4C0CC
Tints of Chantilly #E4C0CC
RGB
CMYK
RGB Variations
Color information
#E4C0CC (or 0xE4C0CC) is known color: Chantilly. HEX triplet: E4, C0 and CC. RGB value is (228,192,204). Sum of RGB (Red+Green+Blue) = 228+192+204=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0CC is #1B3F33. Grayscale: #CCCCCC. Windows color (decimal): -1785652 or 13418724. OLE color: 13418724.
HSL color Cylindrical-coordinate representation of color #E4C0CC: hue angle of 340º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4C0CC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 204 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.11 |
| HSL | 340º | 0.4% | 0.82% | - |
| HSV(B) | 340º | 0.16% | 0.89% | - |
| XYZ | 61.74 | 58.55 | 65.17 | - |
| YUV | 204.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 204 | 0 | 0.16 | 0.11 | 0.11 | 340 | 0.4 | 0.82 |
| Hex | E4 | C0 | CC | 0 | 10 | B | B | 154 | 28 | 52 |
| Octal | 344 | 300 | 314 | 0 | 20 | 13 | 13 | 524 | 50 | 122 |
| Binary | 11100100 | 11000000 | 11001100 | 0 | 10000 | 1011 | 1011 | 101010100 | 101000 | 1010010 |
Color Harmonies of #E4C0CC
Complementary color
Monochromatic Colors of #E4C0CC
Black with #E4C0CC
Text Example
Text Example
White with #E4C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0CC; }
p { color: rgb(228,192,204); }
H1.HeaderClassName
{
color: #E4C0CC;
}
.AnyTagClassName
{
color: #E4C0CC;
}
</style>
background-color css
<style>
a { background-color: #E4C0CC; }
a { background-color: rgb(228,192,204); }
div.DivClassName
{
background-color: #E4C0CC;
}
.BgClassName
{
background-color: #E4C0CC;
}
</style>
border-color css
<style>
span { border-color: #E4C0CC; }
span { border-color: rgb(228,192,204); }
td.TdClassName
{
border-color: #E4C0CC;
}
.TagClassName
{
border-color: #E4C0CC;
}
</style>