Shades of Chantilly #EABCC8
Tints of Chantilly #EABCC8
RGB
CMYK
RGB Variations
Color information
#EABCC8 (or 0xEABCC8) is known color: Chantilly. HEX triplet: EA, BC and C8. RGB value is (234,188,200). Sum of RGB (Red+Green+Blue) = 234+188+200=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC8 is #154337. Grayscale: #CBCBCB. Windows color (decimal): -1393464 or 13155562. OLE color: 13155562.
HSL color Cylindrical-coordinate representation of color #EABCC8: hue angle of 344.35º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCC8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 200 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.08 |
| HSL | 344.35º | 0.52% | 0.83% | - |
| HSV(B) | 344.35º | 0.2% | 0.92% | - |
| XYZ | 62.34 | 57.63 | 62.48 | - |
| YUV | 203.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 200 | 0 | 0.20 | 0.15 | 0.08 | 344.35 | 0.52 | 0.83 |
| Hex | EA | BC | C8 | 0 | 14 | F | 8 | 158 | 34 | 53 |
| Octal | 352 | 274 | 310 | 0 | 24 | 17 | 10 | 530 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11001000 | 0 | 10100 | 1111 | 1000 | 101011000 | 110100 | 1010011 |
Color Harmonies of #EABCC8
Complementary color
Monochromatic Colors of #EABCC8
Black with #EABCC8
Text Example
Text Example
White with #EABCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC8; }
p { color: rgb(234,188,200); }
H1.HeaderClassName
{
color: #EABCC8;
}
.AnyTagClassName
{
color: #EABCC8;
}
</style>
background-color css
<style>
a { background-color: #EABCC8; }
a { background-color: rgb(234,188,200); }
div.DivClassName
{
background-color: #EABCC8;
}
.BgClassName
{
background-color: #EABCC8;
}
</style>
border-color css
<style>
span { border-color: #EABCC8; }
span { border-color: rgb(234,188,200); }
td.TdClassName
{
border-color: #EABCC8;
}
.TagClassName
{
border-color: #EABCC8;
}
</style>