Shades of Chantilly #EABECF
Tints of Chantilly #EABECF
RGB
CMYK
RGB Variations
Color information
#EABECF (or 0xEABECF) is known color: Chantilly. HEX triplet: EA, BE and CF. RGB value is (234,190,207). Sum of RGB (Red+Green+Blue) = 234+190+207=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EABECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABECF is #154130. Grayscale: #CDCDCD. Windows color (decimal): -1392945 or 13614826. OLE color: 13614826.
HSL color Cylindrical-coordinate representation of color #EABECF: hue angle of 336.82º 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 #EABECF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.08 |
| HSL | 336.82º | 0.51% | 0.83% | - |
| HSV(B) | 336.82º | 0.19% | 0.92% | - |
| XYZ | 63.61 | 58.82 | 67.03 | - |
| YUV | 205.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 207 | 0 | 0.19 | 0.12 | 0.08 | 336.82 | 0.51 | 0.83 |
| Hex | EA | BE | CF | 0 | 13 | C | 8 | 151 | 33 | 53 |
| Octal | 352 | 276 | 317 | 0 | 23 | 14 | 10 | 521 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11001111 | 0 | 10011 | 1100 | 1000 | 101010001 | 110011 | 1010011 |
Color Harmonies of #EABECF
Complementary color
Monochromatic Colors of #EABECF
Black with #EABECF
Text Example
Text Example
White with #EABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABECF; }
p { color: rgb(234,190,207); }
H1.HeaderClassName
{
color: #EABECF;
}
.AnyTagClassName
{
color: #EABECF;
}
</style>
background-color css
<style>
a { background-color: #EABECF; }
a { background-color: rgb(234,190,207); }
div.DivClassName
{
background-color: #EABECF;
}
.BgClassName
{
background-color: #EABECF;
}
</style>
border-color css
<style>
span { border-color: #EABECF; }
span { border-color: rgb(234,190,207); }
td.TdClassName
{
border-color: #EABECF;
}
.TagClassName
{
border-color: #EABECF;
}
</style>