Shades of Chantilly #EAC5CE
Tints of Chantilly #EAC5CE
RGB
CMYK
RGB Variations
Color information
#EAC5CE (or 0xEAC5CE) is known color: Chantilly. HEX triplet: EA, C5 and CE. RGB value is (234,197,206). Sum of RGB (Red+Green+Blue) = 234+197+206=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CE is #153A31. Grayscale: #D1D1D1. Windows color (decimal): -1391154 or 13551082. OLE color: 13551082.
HSL color Cylindrical-coordinate representation of color #EAC5CE: hue angle of 345.41º 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 #EAC5CE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 206 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.08 |
| HSL | 345.41º | 0.47% | 0.85% | - |
| HSV(B) | 345.41º | 0.16% | 0.92% | - |
| XYZ | 65.04 | 61.88 | 66.91 | - |
| YUV | 209.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 206 | 0 | 0.16 | 0.12 | 0.08 | 345.41 | 0.47 | 0.85 |
| Hex | EA | C5 | CE | 0 | 10 | C | 8 | 159 | 2F | 55 |
| Octal | 352 | 305 | 316 | 0 | 20 | 14 | 10 | 531 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11001110 | 0 | 10000 | 1100 | 1000 | 101011001 | 101111 | 1010101 |
Color Harmonies of #EAC5CE
Complementary color
Monochromatic Colors of #EAC5CE
Black with #EAC5CE
Text Example
Text Example
White with #EAC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5CE; }
p { color: rgb(234,197,206); }
H1.HeaderClassName
{
color: #EAC5CE;
}
.AnyTagClassName
{
color: #EAC5CE;
}
</style>
background-color css
<style>
a { background-color: #EAC5CE; }
a { background-color: rgb(234,197,206); }
div.DivClassName
{
background-color: #EAC5CE;
}
.BgClassName
{
background-color: #EAC5CE;
}
</style>
border-color css
<style>
span { border-color: #EAC5CE; }
span { border-color: rgb(234,197,206); }
td.TdClassName
{
border-color: #EAC5CE;
}
.TagClassName
{
border-color: #EAC5CE;
}
</style>