Shades of Chantilly #EAC2CB
Tints of Chantilly #EAC2CB
RGB
CMYK
RGB Variations
Color information
#EAC2CB (or 0xEAC2CB) is known color: Chantilly. HEX triplet: EA, C2 and CB. RGB value is (234,194,203). Sum of RGB (Red+Green+Blue) = 234+194+203=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CB is #153D34. Grayscale: #CECECE. Windows color (decimal): -1391925 or 13353706. OLE color: 13353706.
HSL color Cylindrical-coordinate representation of color #EAC2CB: hue angle of 346.5º 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 #EAC2CB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 203 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.08 |
| HSL | 346.5º | 0.49% | 0.84% | - |
| HSV(B) | 346.5º | 0.17% | 0.92% | - |
| XYZ | 64 | 60.39 | 64.78 | - |
| YUV | 206.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 203 | 0 | 0.17 | 0.13 | 0.08 | 346.5 | 0.49 | 0.84 |
| Hex | EA | C2 | CB | 0 | 11 | D | 8 | 15A | 31 | 54 |
| Octal | 352 | 302 | 313 | 0 | 21 | 15 | 10 | 532 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11001011 | 0 | 10001 | 1101 | 1000 | 101011010 | 110001 | 1010100 |
Color Harmonies of #EAC2CB
Complementary color
Monochromatic Colors of #EAC2CB
Black with #EAC2CB
Text Example
Text Example
White with #EAC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2CB; }
p { color: rgb(234,194,203); }
H1.HeaderClassName
{
color: #EAC2CB;
}
.AnyTagClassName
{
color: #EAC2CB;
}
</style>
background-color css
<style>
a { background-color: #EAC2CB; }
a { background-color: rgb(234,194,203); }
div.DivClassName
{
background-color: #EAC2CB;
}
.BgClassName
{
background-color: #EAC2CB;
}
</style>
border-color css
<style>
span { border-color: #EAC2CB; }
span { border-color: rgb(234,194,203); }
td.TdClassName
{
border-color: #EAC2CB;
}
.TagClassName
{
border-color: #EAC2CB;
}
</style>