Shades of Chantilly #EAC2CA
Tints of Chantilly #EAC2CA
RGB
CMYK
RGB Variations
Color information
#EAC2CA (or 0xEAC2CA) is known color: Chantilly. HEX triplet: EA, C2 and CA. RGB value is (234,194,202). Sum of RGB (Red+Green+Blue) = 234+194+202=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CA is #153D35. Grayscale: #CECECE. Windows color (decimal): -1391926 or 13288170. OLE color: 13288170.
HSL color Cylindrical-coordinate representation of color #EAC2CA: hue angle of 348º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2CA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 202 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.08 |
| HSL | 348º | 0.49% | 0.84% | - |
| HSV(B) | 348º | 0.17% | 0.92% | - |
| XYZ | 63.88 | 60.34 | 64.16 | - |
| YUV | 206.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 202 | 0 | 0.17 | 0.14 | 0.08 | 348 | 0.49 | 0.84 |
| Hex | EA | C2 | CA | 0 | 11 | E | 8 | 15C | 31 | 54 |
| Octal | 352 | 302 | 312 | 0 | 21 | 16 | 10 | 534 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11001010 | 0 | 10001 | 1110 | 1000 | 101011100 | 110001 | 1010100 |
Color Harmonies of #EAC2CA
Complementary color
Monochromatic Colors of #EAC2CA
Black with #EAC2CA
Text Example
Text Example
White with #EAC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2CA; }
p { color: rgb(234,194,202); }
H1.HeaderClassName
{
color: #EAC2CA;
}
.AnyTagClassName
{
color: #EAC2CA;
}
</style>
background-color css
<style>
a { background-color: #EAC2CA; }
a { background-color: rgb(234,194,202); }
div.DivClassName
{
background-color: #EAC2CA;
}
.BgClassName
{
background-color: #EAC2CA;
}
</style>
border-color css
<style>
span { border-color: #EAC2CA; }
span { border-color: rgb(234,194,202); }
td.TdClassName
{
border-color: #EAC2CA;
}
.TagClassName
{
border-color: #EAC2CA;
}
</style>