Shades of Chantilly #EABEC4
Tints of Chantilly #EABEC4
RGB
CMYK
RGB Variations
Color information
#EABEC4 (or 0xEABEC4) is known color: Chantilly. HEX triplet: EA, BE and C4. RGB value is (234,190,196). Sum of RGB (Red+Green+Blue) = 234+190+196=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC4 is #15413B. Grayscale: #CBCBCB. Windows color (decimal): -1392956 or 12893930. OLE color: 12893930.
HSL color Cylindrical-coordinate representation of color #EABEC4: hue angle of 351.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 #EABEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 196 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.08 |
| HSL | 351.82º | 0.51% | 0.83% | - |
| HSV(B) | 351.82º | 0.19% | 0.92% | - |
| XYZ | 62.31 | 58.3 | 60.19 | - |
| YUV | 203.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 196 | 0 | 0.19 | 0.16 | 0.08 | 351.82 | 0.51 | 0.83 |
| Hex | EA | BE | C4 | 0 | 13 | 10 | 8 | 160 | 33 | 53 |
| Octal | 352 | 276 | 304 | 0 | 23 | 20 | 10 | 540 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000100 | 0 | 10011 | 10000 | 1000 | 101100000 | 110011 | 1010011 |
Color Harmonies of #EABEC4
Complementary color
Monochromatic Colors of #EABEC4
Black with #EABEC4
Text Example
Text Example
White with #EABEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC4; }
p { color: rgb(234,190,196); }
H1.HeaderClassName
{
color: #EABEC4;
}
.AnyTagClassName
{
color: #EABEC4;
}
</style>
background-color css
<style>
a { background-color: #EABEC4; }
a { background-color: rgb(234,190,196); }
div.DivClassName
{
background-color: #EABEC4;
}
.BgClassName
{
background-color: #EABEC4;
}
</style>
border-color css
<style>
span { border-color: #EABEC4; }
span { border-color: rgb(234,190,196); }
td.TdClassName
{
border-color: #EABEC4;
}
.TagClassName
{
border-color: #EABEC4;
}
</style>