Shades of Chantilly #EAC4CC
Tints of Chantilly #EAC4CC
RGB
CMYK
RGB Variations
Color information
#EAC4CC (or 0xEAC4CC) is known color: Chantilly. HEX triplet: EA, C4 and CC. RGB value is (234,196,204). Sum of RGB (Red+Green+Blue) = 234+196+204=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4CC is #153B33. Grayscale: #D0D0D0. Windows color (decimal): -1391412 or 13419754. OLE color: 13419754.
HSL color Cylindrical-coordinate representation of color #EAC4CC: hue angle of 347.37º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4CC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 204 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.08 |
| HSL | 347.37º | 0.48% | 0.84% | - |
| HSV(B) | 347.37º | 0.16% | 0.92% | - |
| XYZ | 64.57 | 61.33 | 65.56 | - |
| YUV | 208.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 204 | 0 | 0.16 | 0.13 | 0.08 | 347.37 | 0.48 | 0.84 |
| Hex | EA | C4 | CC | 0 | 10 | D | 8 | 15B | 30 | 54 |
| Octal | 352 | 304 | 314 | 0 | 20 | 15 | 10 | 533 | 60 | 124 |
| Binary | 11101010 | 11000100 | 11001100 | 0 | 10000 | 1101 | 1000 | 101011011 | 110000 | 1010100 |
Color Harmonies of #EAC4CC
Complementary color
Monochromatic Colors of #EAC4CC
Black with #EAC4CC
Text Example
Text Example
White with #EAC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4CC; }
p { color: rgb(234,196,204); }
H1.HeaderClassName
{
color: #EAC4CC;
}
.AnyTagClassName
{
color: #EAC4CC;
}
</style>
background-color css
<style>
a { background-color: #EAC4CC; }
a { background-color: rgb(234,196,204); }
div.DivClassName
{
background-color: #EAC4CC;
}
.BgClassName
{
background-color: #EAC4CC;
}
</style>
border-color css
<style>
span { border-color: #EAC4CC; }
span { border-color: rgb(234,196,204); }
td.TdClassName
{
border-color: #EAC4CC;
}
.TagClassName
{
border-color: #EAC4CC;
}
</style>