Shades of Chantilly #EABEC8
Tints of Chantilly #EABEC8
RGB
CMYK
RGB Variations
Color information
#EABEC8 (or 0xEABEC8) is known color: Chantilly. HEX triplet: EA, BE and C8. RGB value is (234,190,200). Sum of RGB (Red+Green+Blue) = 234+190+200=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC8 is #154137. Grayscale: #CCCCCC. Windows color (decimal): -1392952 or 13156074. OLE color: 13156074.
HSL color Cylindrical-coordinate representation of color #EABEC8: hue angle of 346.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 200 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.08 |
| HSL | 346.36º | 0.51% | 0.83% | - |
| HSV(B) | 346.36º | 0.19% | 0.92% | - |
| XYZ | 62.77 | 58.49 | 62.62 | - |
| YUV | 204.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 200 | 0 | 0.19 | 0.15 | 0.08 | 346.36 | 0.51 | 0.83 |
| Hex | EA | BE | C8 | 0 | 13 | F | 8 | 15A | 33 | 53 |
| Octal | 352 | 276 | 310 | 0 | 23 | 17 | 10 | 532 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11001000 | 0 | 10011 | 1111 | 1000 | 101011010 | 110011 | 1010011 |
Color Harmonies of #EABEC8
Complementary color
Monochromatic Colors of #EABEC8
Black with #EABEC8
Text Example
Text Example
White with #EABEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC8; }
p { color: rgb(234,190,200); }
H1.HeaderClassName
{
color: #EABEC8;
}
.AnyTagClassName
{
color: #EABEC8;
}
</style>
background-color css
<style>
a { background-color: #EABEC8; }
a { background-color: rgb(234,190,200); }
div.DivClassName
{
background-color: #EABEC8;
}
.BgClassName
{
background-color: #EABEC8;
}
</style>
border-color css
<style>
span { border-color: #EABEC8; }
span { border-color: rgb(234,190,200); }
td.TdClassName
{
border-color: #EABEC8;
}
.TagClassName
{
border-color: #EABEC8;
}
</style>