Shades of Chantilly #EABECA
Tints of Chantilly #EABECA
RGB
CMYK
RGB Variations
Color information
#EABECA (or 0xEABECA) is known color: Chantilly. HEX triplet: EA, BE and CA. RGB value is (234,190,202). Sum of RGB (Red+Green+Blue) = 234+190+202=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABECA is #154135. Grayscale: #CCCCCC. Windows color (decimal): -1392950 or 13287146. OLE color: 13287146.
HSL color Cylindrical-coordinate representation of color #EABECA: hue angle of 343.64º 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 #EABECA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 202 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.08 |
| HSL | 343.64º | 0.51% | 0.83% | - |
| HSV(B) | 343.64º | 0.19% | 0.92% | - |
| XYZ | 63.01 | 58.58 | 63.86 | - |
| YUV | 204.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 202 | 0 | 0.19 | 0.14 | 0.08 | 343.64 | 0.51 | 0.83 |
| Hex | EA | BE | CA | 0 | 13 | E | 8 | 158 | 33 | 53 |
| Octal | 352 | 276 | 312 | 0 | 23 | 16 | 10 | 530 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11001010 | 0 | 10011 | 1110 | 1000 | 101011000 | 110011 | 1010011 |
Color Harmonies of #EABECA
Complementary color
Monochromatic Colors of #EABECA
Black with #EABECA
Text Example
Text Example
White with #EABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABECA; }
p { color: rgb(234,190,202); }
H1.HeaderClassName
{
color: #EABECA;
}
.AnyTagClassName
{
color: #EABECA;
}
</style>
background-color css
<style>
a { background-color: #EABECA; }
a { background-color: rgb(234,190,202); }
div.DivClassName
{
background-color: #EABECA;
}
.BgClassName
{
background-color: #EABECA;
}
</style>
border-color css
<style>
span { border-color: #EABECA; }
span { border-color: rgb(234,190,202); }
td.TdClassName
{
border-color: #EABECA;
}
.TagClassName
{
border-color: #EABECA;
}
</style>