Shades of Chantilly #E4C0CD
Tints of Chantilly #E4C0CD
RGB
CMYK
RGB Variations
Color information
#E4C0CD (or 0xE4C0CD) is known color: Chantilly. HEX triplet: E4, C0 and CD. RGB value is (228,192,205). Sum of RGB (Red+Green+Blue) = 228+192+205=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0CD is #1B3F32. Grayscale: #CCCCCC. Windows color (decimal): -1785651 or 13484260. OLE color: 13484260.
HSL color Cylindrical-coordinate representation of color #E4C0CD: hue angle of 338.33º 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 #E4C0CD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 205 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.11 |
| HSL | 338.33º | 0.4% | 0.82% | - |
| HSV(B) | 338.33º | 0.16% | 0.89% | - |
| XYZ | 61.86 | 58.6 | 65.81 | - |
| YUV | 204.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 205 | 0 | 0.16 | 0.10 | 0.11 | 338.33 | 0.4 | 0.82 |
| Hex | E4 | C0 | CD | 0 | 10 | A | B | 152 | 28 | 52 |
| Octal | 344 | 300 | 315 | 0 | 20 | 12 | 13 | 522 | 50 | 122 |
| Binary | 11100100 | 11000000 | 11001101 | 0 | 10000 | 1010 | 1011 | 101010010 | 101000 | 1010010 |
Color Harmonies of #E4C0CD
Complementary color
Monochromatic Colors of #E4C0CD
Black with #E4C0CD
Text Example
Text Example
White with #E4C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0CD; }
p { color: rgb(228,192,205); }
H1.HeaderClassName
{
color: #E4C0CD;
}
.AnyTagClassName
{
color: #E4C0CD;
}
</style>
background-color css
<style>
a { background-color: #E4C0CD; }
a { background-color: rgb(228,192,205); }
div.DivClassName
{
background-color: #E4C0CD;
}
.BgClassName
{
background-color: #E4C0CD;
}
</style>
border-color css
<style>
span { border-color: #E4C0CD; }
span { border-color: rgb(228,192,205); }
td.TdClassName
{
border-color: #E4C0CD;
}
.TagClassName
{
border-color: #E4C0CD;
}
</style>