Shades of Chantilly #EAB7C8
Tints of Chantilly #EAB7C8
RGB
CMYK
RGB Variations
Color information
#EAB7C8 (or 0xEAB7C8) is known color: Chantilly. HEX triplet: EA, B7 and C8. RGB value is (234,183,200). Sum of RGB (Red+Green+Blue) = 234+183+200=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C8 is #154837. Grayscale: #C8C8C8. Windows color (decimal): -1394744 or 13154282. OLE color: 13154282.
HSL color Cylindrical-coordinate representation of color #EAB7C8: hue angle of 340º 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 #EAB7C8 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 200 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.08 |
| HSL | 340º | 0.55% | 0.82% | - |
| HSV(B) | 340º | 0.22% | 0.92% | - |
| XYZ | 61.29 | 55.53 | 62.13 | - |
| YUV | 200.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 200 | 0 | 0.22 | 0.15 | 0.08 | 340 | 0.55 | 0.82 |
| Hex | EA | B7 | C8 | 0 | 16 | F | 8 | 154 | 37 | 52 |
| Octal | 352 | 267 | 310 | 0 | 26 | 17 | 10 | 524 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11001000 | 0 | 10110 | 1111 | 1000 | 101010100 | 110111 | 1010010 |
Color Harmonies of #EAB7C8
Complementary color
Monochromatic Colors of #EAB7C8
Black with #EAB7C8
Text Example
Text Example
White with #EAB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7C8; }
p { color: rgb(234,183,200); }
H1.HeaderClassName
{
color: #EAB7C8;
}
.AnyTagClassName
{
color: #EAB7C8;
}
</style>
background-color css
<style>
a { background-color: #EAB7C8; }
a { background-color: rgb(234,183,200); }
div.DivClassName
{
background-color: #EAB7C8;
}
.BgClassName
{
background-color: #EAB7C8;
}
</style>
border-color css
<style>
span { border-color: #EAB7C8; }
span { border-color: rgb(234,183,200); }
td.TdClassName
{
border-color: #EAB7C8;
}
.TagClassName
{
border-color: #EAB7C8;
}
</style>