Shades of Chantilly #EAB7CA
Tints of Chantilly #EAB7CA
RGB
CMYK
RGB Variations
Color information
#EAB7CA (or 0xEAB7CA) is known color: Chantilly. HEX triplet: EA, B7 and CA. RGB value is (234,183,202). Sum of RGB (Red+Green+Blue) = 234+183+202=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7CA is #154835. Grayscale: #C8C8C8. Windows color (decimal): -1394742 or 13285354. OLE color: 13285354.
HSL color Cylindrical-coordinate representation of color #EAB7CA: hue angle of 337.65º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7CA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 202 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.08 |
| HSL | 337.65º | 0.55% | 0.82% | - |
| HSV(B) | 337.65º | 0.22% | 0.92% | - |
| XYZ | 61.53 | 55.62 | 63.37 | - |
| YUV | 200.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 202 | 0 | 0.22 | 0.14 | 0.08 | 337.65 | 0.55 | 0.82 |
| Hex | EA | B7 | CA | 0 | 16 | E | 8 | 152 | 37 | 52 |
| Octal | 352 | 267 | 312 | 0 | 26 | 16 | 10 | 522 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11001010 | 0 | 10110 | 1110 | 1000 | 101010010 | 110111 | 1010010 |
Color Harmonies of #EAB7CA
Complementary color
Monochromatic Colors of #EAB7CA
Black with #EAB7CA
Text Example
Text Example
White with #EAB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7CA; }
p { color: rgb(234,183,202); }
H1.HeaderClassName
{
color: #EAB7CA;
}
.AnyTagClassName
{
color: #EAB7CA;
}
</style>
background-color css
<style>
a { background-color: #EAB7CA; }
a { background-color: rgb(234,183,202); }
div.DivClassName
{
background-color: #EAB7CA;
}
.BgClassName
{
background-color: #EAB7CA;
}
</style>
border-color css
<style>
span { border-color: #EAB7CA; }
span { border-color: rgb(234,183,202); }
td.TdClassName
{
border-color: #EAB7CA;
}
.TagClassName
{
border-color: #EAB7CA;
}
</style>