Shades of Chantilly #EABED0
Tints of Chantilly #EABED0
RGB
CMYK
RGB Variations
Color information
#EABED0 (or 0xEABED0) is known color: Chantilly. HEX triplet: EA, BE and D0. RGB value is (234,190,208). Sum of RGB (Red+Green+Blue) = 234+190+208=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED0 is #15412F. Grayscale: #CDCDCD. Windows color (decimal): -1392944 or 13680362. OLE color: 13680362.
HSL color Cylindrical-coordinate representation of color #EABED0: hue angle of 335.45º 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 #EABED0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 208 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.08 |
| HSL | 335.45º | 0.51% | 0.83% | - |
| HSV(B) | 335.45º | 0.19% | 0.92% | - |
| XYZ | 63.73 | 58.87 | 67.68 | - |
| YUV | 205.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 208 | 0 | 0.19 | 0.11 | 0.08 | 335.45 | 0.51 | 0.83 |
| Hex | EA | BE | D0 | 0 | 13 | B | 8 | 14F | 33 | 53 |
| Octal | 352 | 276 | 320 | 0 | 23 | 13 | 10 | 517 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11010000 | 0 | 10011 | 1011 | 1000 | 101001111 | 110011 | 1010011 |
Color Harmonies of #EABED0
Complementary color
Monochromatic Colors of #EABED0
Black with #EABED0
Text Example
Text Example
White with #EABED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABED0; }
p { color: rgb(234,190,208); }
H1.HeaderClassName
{
color: #EABED0;
}
.AnyTagClassName
{
color: #EABED0;
}
</style>
background-color css
<style>
a { background-color: #EABED0; }
a { background-color: rgb(234,190,208); }
div.DivClassName
{
background-color: #EABED0;
}
.BgClassName
{
background-color: #EABED0;
}
</style>
border-color css
<style>
span { border-color: #EABED0; }
span { border-color: rgb(234,190,208); }
td.TdClassName
{
border-color: #EABED0;
}
.TagClassName
{
border-color: #EABED0;
}
</style>