Shades of Chantilly #EABECC
Tints of Chantilly #EABECC
RGB
CMYK
RGB Variations
Color information
#EABECC (or 0xEABECC) is known color: Chantilly. HEX triplet: EA, BE and CC. RGB value is (234,190,204). Sum of RGB (Red+Green+Blue) = 234+190+204=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EABECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABECC is #154133. Grayscale: #CCCCCC. Windows color (decimal): -1392948 or 13418218. OLE color: 13418218.
HSL color Cylindrical-coordinate representation of color #EABECC: hue angle of 340.91º 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 #EABECC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 204 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.08 |
| HSL | 340.91º | 0.51% | 0.83% | - |
| HSV(B) | 340.91º | 0.19% | 0.92% | - |
| XYZ | 63.24 | 58.68 | 65.12 | - |
| YUV | 204.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 204 | 0 | 0.19 | 0.13 | 0.08 | 340.91 | 0.51 | 0.83 |
| Hex | EA | BE | CC | 0 | 13 | D | 8 | 155 | 33 | 53 |
| Octal | 352 | 276 | 314 | 0 | 23 | 15 | 10 | 525 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11001100 | 0 | 10011 | 1101 | 1000 | 101010101 | 110011 | 1010011 |
Color Harmonies of #EABECC
Complementary color
Monochromatic Colors of #EABECC
Black with #EABECC
Text Example
Text Example
White with #EABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABECC; }
p { color: rgb(234,190,204); }
H1.HeaderClassName
{
color: #EABECC;
}
.AnyTagClassName
{
color: #EABECC;
}
</style>
background-color css
<style>
a { background-color: #EABECC; }
a { background-color: rgb(234,190,204); }
div.DivClassName
{
background-color: #EABECC;
}
.BgClassName
{
background-color: #EABECC;
}
</style>
border-color css
<style>
span { border-color: #EABECC; }
span { border-color: rgb(234,190,204); }
td.TdClassName
{
border-color: #EABECC;
}
.TagClassName
{
border-color: #EABECC;
}
</style>