Shades of Chantilly #EABECB
Tints of Chantilly #EABECB
RGB
CMYK
RGB Variations
Color information
#EABECB (or 0xEABECB) is known color: Chantilly. HEX triplet: EA, BE and CB. RGB value is (234,190,203). Sum of RGB (Red+Green+Blue) = 234+190+203=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EABECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABECB is #154134. Grayscale: #CCCCCC. Windows color (decimal): -1392949 or 13352682. OLE color: 13352682.
HSL color Cylindrical-coordinate representation of color #EABECB: hue angle of 342.27º 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 #EABECB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 203 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.08 |
| HSL | 342.27º | 0.51% | 0.83% | - |
| HSV(B) | 342.27º | 0.19% | 0.92% | - |
| XYZ | 63.12 | 58.63 | 64.49 | - |
| YUV | 204.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 203 | 0 | 0.19 | 0.13 | 0.08 | 342.27 | 0.51 | 0.83 |
| Hex | EA | BE | CB | 0 | 13 | D | 8 | 156 | 33 | 53 |
| Octal | 352 | 276 | 313 | 0 | 23 | 15 | 10 | 526 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11001011 | 0 | 10011 | 1101 | 1000 | 101010110 | 110011 | 1010011 |
Color Harmonies of #EABECB
Complementary color
Monochromatic Colors of #EABECB
Black with #EABECB
Text Example
Text Example
White with #EABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABECB; }
p { color: rgb(234,190,203); }
H1.HeaderClassName
{
color: #EABECB;
}
.AnyTagClassName
{
color: #EABECB;
}
</style>
background-color css
<style>
a { background-color: #EABECB; }
a { background-color: rgb(234,190,203); }
div.DivClassName
{
background-color: #EABECB;
}
.BgClassName
{
background-color: #EABECB;
}
</style>
border-color css
<style>
span { border-color: #EABECB; }
span { border-color: rgb(234,190,203); }
td.TdClassName
{
border-color: #EABECB;
}
.TagClassName
{
border-color: #EABECB;
}
</style>