Shades of Chantilly #EAB7CF
Tints of Chantilly #EAB7CF
RGB
CMYK
RGB Variations
Color information
#EAB7CF (or 0xEAB7CF) is known color: Chantilly. HEX triplet: EA, B7 and CF. RGB value is (234,183,207). Sum of RGB (Red+Green+Blue) = 234+183+207=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7CF is #154830. Grayscale: #C8C8C8. Windows color (decimal): -1394737 or 13613034. OLE color: 13613034.
HSL color Cylindrical-coordinate representation of color #EAB7CF: hue angle of 331.76º 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 #EAB7CF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 207 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.08 |
| HSL | 331.76º | 0.55% | 0.82% | - |
| HSV(B) | 331.76º | 0.22% | 0.92% | - |
| XYZ | 62.13 | 55.86 | 66.54 | - |
| YUV | 200.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 207 | 0 | 0.22 | 0.12 | 0.08 | 331.76 | 0.55 | 0.82 |
| Hex | EA | B7 | CF | 0 | 16 | C | 8 | 14C | 37 | 52 |
| Octal | 352 | 267 | 317 | 0 | 26 | 14 | 10 | 514 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11001111 | 0 | 10110 | 1100 | 1000 | 101001100 | 110111 | 1010010 |
Color Harmonies of #EAB7CF
Complementary color
Monochromatic Colors of #EAB7CF
Black with #EAB7CF
Text Example
Text Example
White with #EAB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7CF; }
p { color: rgb(234,183,207); }
H1.HeaderClassName
{
color: #EAB7CF;
}
.AnyTagClassName
{
color: #EAB7CF;
}
</style>
background-color css
<style>
a { background-color: #EAB7CF; }
a { background-color: rgb(234,183,207); }
div.DivClassName
{
background-color: #EAB7CF;
}
.BgClassName
{
background-color: #EAB7CF;
}
</style>
border-color css
<style>
span { border-color: #EAB7CF; }
span { border-color: rgb(234,183,207); }
td.TdClassName
{
border-color: #EAB7CF;
}
.TagClassName
{
border-color: #EAB7CF;
}
</style>