Shades of Chantilly #EAB3C8
Tints of Chantilly #EAB3C8
RGB
CMYK
RGB Variations
Color information
#EAB3C8 (or 0xEAB3C8) is known color: Chantilly. HEX triplet: EA, B3 and C8. RGB value is (234,179,200). Sum of RGB (Red+Green+Blue) = 234+179+200=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3C8 is #154C37. Grayscale: #C5C5C5. Windows color (decimal): -1395768 or 13153258. OLE color: 13153258.
HSL color Cylindrical-coordinate representation of color #EAB3C8: hue angle of 337.09º 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 #EAB3C8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 200 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.08 |
| HSL | 337.09º | 0.57% | 0.81% | - |
| HSV(B) | 337.09º | 0.24% | 0.92% | - |
| XYZ | 60.48 | 53.9 | 61.86 | - |
| YUV | 197.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 200 | 0 | 0.24 | 0.15 | 0.08 | 337.09 | 0.57 | 0.81 |
| Hex | EA | B3 | C8 | 0 | 18 | F | 8 | 151 | 39 | 51 |
| Octal | 352 | 263 | 310 | 0 | 30 | 17 | 10 | 521 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11001000 | 0 | 11000 | 1111 | 1000 | 101010001 | 111001 | 1010001 |
Color Harmonies of #EAB3C8
Complementary color
Monochromatic Colors of #EAB3C8
Black with #EAB3C8
Text Example
Text Example
White with #EAB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3C8; }
p { color: rgb(234,179,200); }
H1.HeaderClassName
{
color: #EAB3C8;
}
.AnyTagClassName
{
color: #EAB3C8;
}
</style>
background-color css
<style>
a { background-color: #EAB3C8; }
a { background-color: rgb(234,179,200); }
div.DivClassName
{
background-color: #EAB3C8;
}
.BgClassName
{
background-color: #EAB3C8;
}
</style>
border-color css
<style>
span { border-color: #EAB3C8; }
span { border-color: rgb(234,179,200); }
td.TdClassName
{
border-color: #EAB3C8;
}
.TagClassName
{
border-color: #EAB3C8;
}
</style>