Shades of Chantilly #EABFC8
Tints of Chantilly #EABFC8
RGB
CMYK
RGB Variations
Color information
#EABFC8 (or 0xEABFC8) is known color: Chantilly. HEX triplet: EA, BF and C8. RGB value is (234,191,200). Sum of RGB (Red+Green+Blue) = 234+191+200=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC8 is #154037. Grayscale: #CCCCCC. Windows color (decimal): -1392696 or 13156330. OLE color: 13156330.
HSL color Cylindrical-coordinate representation of color #EABFC8: hue angle of 347.44º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFC8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 200 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.08 |
| HSL | 347.44º | 0.51% | 0.83% | - |
| HSV(B) | 347.44º | 0.18% | 0.92% | - |
| XYZ | 62.99 | 58.92 | 62.7 | - |
| YUV | 204.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 200 | 0 | 0.18 | 0.15 | 0.08 | 347.44 | 0.51 | 0.83 |
| Hex | EA | BF | C8 | 0 | 12 | F | 8 | 15B | 33 | 53 |
| Octal | 352 | 277 | 310 | 0 | 22 | 17 | 10 | 533 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11001000 | 0 | 10010 | 1111 | 1000 | 101011011 | 110011 | 1010011 |
Color Harmonies of #EABFC8
Complementary color
Monochromatic Colors of #EABFC8
Black with #EABFC8
Text Example
Text Example
White with #EABFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFC8; }
p { color: rgb(234,191,200); }
H1.HeaderClassName
{
color: #EABFC8;
}
.AnyTagClassName
{
color: #EABFC8;
}
</style>
background-color css
<style>
a { background-color: #EABFC8; }
a { background-color: rgb(234,191,200); }
div.DivClassName
{
background-color: #EABFC8;
}
.BgClassName
{
background-color: #EABFC8;
}
</style>
border-color css
<style>
span { border-color: #EABFC8; }
span { border-color: rgb(234,191,200); }
td.TdClassName
{
border-color: #EABFC8;
}
.TagClassName
{
border-color: #EABFC8;
}
</style>