Shades of Chantilly #EAC0D0
Tints of Chantilly #EAC0D0
RGB
CMYK
RGB Variations
Color information
#EAC0D0 (or 0xEAC0D0) is known color: Chantilly. HEX triplet: EA, C0 and D0. RGB value is (234,192,208). Sum of RGB (Red+Green+Blue) = 234+192+208=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0D0 is #153F2F. Grayscale: #CECECE. Windows color (decimal): -1392432 or 13680874. OLE color: 13680874.
HSL color Cylindrical-coordinate representation of color #EAC0D0: hue angle of 337.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0D0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 208 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.08 |
| HSL | 337.14º | 0.5% | 0.84% | - |
| HSV(B) | 337.14º | 0.18% | 0.92% | - |
| XYZ | 64.17 | 59.75 | 67.82 | - |
| YUV | 206.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 208 | 0 | 0.18 | 0.11 | 0.08 | 337.14 | 0.5 | 0.84 |
| Hex | EA | C0 | D0 | 0 | 12 | B | 8 | 151 | 32 | 54 |
| Octal | 352 | 300 | 320 | 0 | 22 | 13 | 10 | 521 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11010000 | 0 | 10010 | 1011 | 1000 | 101010001 | 110010 | 1010100 |
Color Harmonies of #EAC0D0
Complementary color
Monochromatic Colors of #EAC0D0
Black with #EAC0D0
Text Example
Text Example
White with #EAC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0D0; }
p { color: rgb(234,192,208); }
H1.HeaderClassName
{
color: #EAC0D0;
}
.AnyTagClassName
{
color: #EAC0D0;
}
</style>
background-color css
<style>
a { background-color: #EAC0D0; }
a { background-color: rgb(234,192,208); }
div.DivClassName
{
background-color: #EAC0D0;
}
.BgClassName
{
background-color: #EAC0D0;
}
</style>
border-color css
<style>
span { border-color: #EAC0D0; }
span { border-color: rgb(234,192,208); }
td.TdClassName
{
border-color: #EAC0D0;
}
.TagClassName
{
border-color: #EAC0D0;
}
</style>