Shades of Chantilly #EAC0CC
Tints of Chantilly #EAC0CC
RGB
CMYK
RGB Variations
Color information
#EAC0CC (or 0xEAC0CC) is known color: Chantilly. HEX triplet: EA, C0 and CC. RGB value is (234,192,204). Sum of RGB (Red+Green+Blue) = 234+192+204=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0CC is #153F33. Grayscale: #CDCDCD. Windows color (decimal): -1392436 or 13418730. OLE color: 13418730.
HSL color Cylindrical-coordinate representation of color #EAC0CC: hue angle of 342.86º 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 #EAC0CC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 204 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.08 |
| HSL | 342.86º | 0.5% | 0.84% | - |
| HSV(B) | 342.86º | 0.18% | 0.92% | - |
| XYZ | 63.68 | 59.55 | 65.26 | - |
| YUV | 205.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 204 | 0 | 0.18 | 0.13 | 0.08 | 342.86 | 0.5 | 0.84 |
| Hex | EA | C0 | CC | 0 | 12 | D | 8 | 157 | 32 | 54 |
| Octal | 352 | 300 | 314 | 0 | 22 | 15 | 10 | 527 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11001100 | 0 | 10010 | 1101 | 1000 | 101010111 | 110010 | 1010100 |
Color Harmonies of #EAC0CC
Complementary color
Monochromatic Colors of #EAC0CC
Black with #EAC0CC
Text Example
Text Example
White with #EAC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0CC; }
p { color: rgb(234,192,204); }
H1.HeaderClassName
{
color: #EAC0CC;
}
.AnyTagClassName
{
color: #EAC0CC;
}
</style>
background-color css
<style>
a { background-color: #EAC0CC; }
a { background-color: rgb(234,192,204); }
div.DivClassName
{
background-color: #EAC0CC;
}
.BgClassName
{
background-color: #EAC0CC;
}
</style>
border-color css
<style>
span { border-color: #EAC0CC; }
span { border-color: rgb(234,192,204); }
td.TdClassName
{
border-color: #EAC0CC;
}
.TagClassName
{
border-color: #EAC0CC;
}
</style>