Shades of Chantilly #EAC5CF
Tints of Chantilly #EAC5CF
RGB
CMYK
RGB Variations
Color information
#EAC5CF (or 0xEAC5CF) is known color: Chantilly. HEX triplet: EA, C5 and CF. RGB value is (234,197,207). Sum of RGB (Red+Green+Blue) = 234+197+207=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CF is #153A30. Grayscale: #D1D1D1. Windows color (decimal): -1391153 or 13616618. OLE color: 13616618.
HSL color Cylindrical-coordinate representation of color #EAC5CF: hue angle of 343.78º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5CF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 207 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.08 |
| HSL | 343.78º | 0.47% | 0.85% | - |
| HSV(B) | 343.78º | 0.16% | 0.92% | - |
| XYZ | 65.16 | 61.93 | 67.55 | - |
| YUV | 209.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 207 | 0 | 0.16 | 0.12 | 0.08 | 343.78 | 0.47 | 0.85 |
| Hex | EA | C5 | CF | 0 | 10 | C | 8 | 158 | 2F | 55 |
| Octal | 352 | 305 | 317 | 0 | 20 | 14 | 10 | 530 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11001111 | 0 | 10000 | 1100 | 1000 | 101011000 | 101111 | 1010101 |
Color Harmonies of #EAC5CF
Complementary color
Monochromatic Colors of #EAC5CF
Black with #EAC5CF
Text Example
Text Example
White with #EAC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5CF; }
p { color: rgb(234,197,207); }
H1.HeaderClassName
{
color: #EAC5CF;
}
.AnyTagClassName
{
color: #EAC5CF;
}
</style>
background-color css
<style>
a { background-color: #EAC5CF; }
a { background-color: rgb(234,197,207); }
div.DivClassName
{
background-color: #EAC5CF;
}
.BgClassName
{
background-color: #EAC5CF;
}
</style>
border-color css
<style>
span { border-color: #EAC5CF; }
span { border-color: rgb(234,197,207); }
td.TdClassName
{
border-color: #EAC5CF;
}
.TagClassName
{
border-color: #EAC5CF;
}
</style>