Shades of Chantilly #EAB2C0
Tints of Chantilly #EAB2C0
RGB
CMYK
RGB Variations
Color information
#EAB2C0 (or 0xEAB2C0) is known color: Chantilly. HEX triplet: EA, B2 and C0. RGB value is (234,178,192). Sum of RGB (Red+Green+Blue) = 234+178+192=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2C0 is #154D3F. Grayscale: #C4C4C4. Windows color (decimal): -1396032 or 12628714. OLE color: 12628714.
HSL color Cylindrical-coordinate representation of color #EAB2C0: hue angle of 345º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2C0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 192 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.08 |
| HSL | 345º | 0.57% | 0.81% | - |
| HSV(B) | 345º | 0.24% | 0.92% | - |
| XYZ | 59.37 | 53.14 | 57 | - |
| YUV | 196.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 192 | 0 | 0.24 | 0.18 | 0.08 | 345 | 0.57 | 0.81 |
| Hex | EA | B2 | C0 | 0 | 18 | 12 | 8 | 159 | 39 | 51 |
| Octal | 352 | 262 | 300 | 0 | 30 | 22 | 10 | 531 | 71 | 121 |
| Binary | 11101010 | 10110010 | 11000000 | 0 | 11000 | 10010 | 1000 | 101011001 | 111001 | 1010001 |
Color Harmonies of #EAB2C0
Complementary color
Monochromatic Colors of #EAB2C0
Black with #EAB2C0
Text Example
Text Example
White with #EAB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2C0; }
p { color: rgb(234,178,192); }
H1.HeaderClassName
{
color: #EAB2C0;
}
.AnyTagClassName
{
color: #EAB2C0;
}
</style>
background-color css
<style>
a { background-color: #EAB2C0; }
a { background-color: rgb(234,178,192); }
div.DivClassName
{
background-color: #EAB2C0;
}
.BgClassName
{
background-color: #EAB2C0;
}
</style>
border-color css
<style>
span { border-color: #EAB2C0; }
span { border-color: rgb(234,178,192); }
td.TdClassName
{
border-color: #EAB2C0;
}
.TagClassName
{
border-color: #EAB2C0;
}
</style>