Shades of Chantilly #EAB5C0
Tints of Chantilly #EAB5C0
RGB
CMYK
RGB Variations
Color information
#EAB5C0 (or 0xEAB5C0) is known color: Chantilly. HEX triplet: EA, B5 and C0. RGB value is (234,181,192). Sum of RGB (Red+Green+Blue) = 234+181+192=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5C0 is #154A3F. Grayscale: #C6C6C6. Windows color (decimal): -1395264 or 12629482. OLE color: 12629482.
HSL color Cylindrical-coordinate representation of color #EAB5C0: hue angle of 347.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5C0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 192 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.08 |
| HSL | 347.55º | 0.56% | 0.81% | - |
| HSV(B) | 347.55º | 0.23% | 0.92% | - |
| XYZ | 59.97 | 54.35 | 57.2 | - |
| YUV | 198.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 192 | 0 | 0.23 | 0.18 | 0.08 | 347.55 | 0.56 | 0.81 |
| Hex | EA | B5 | C0 | 0 | 17 | 12 | 8 | 15C | 38 | 51 |
| Octal | 352 | 265 | 300 | 0 | 27 | 22 | 10 | 534 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11000000 | 0 | 10111 | 10010 | 1000 | 101011100 | 111000 | 1010001 |
Color Harmonies of #EAB5C0
Complementary color
Monochromatic Colors of #EAB5C0
Black with #EAB5C0
Text Example
Text Example
White with #EAB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5C0; }
p { color: rgb(234,181,192); }
H1.HeaderClassName
{
color: #EAB5C0;
}
.AnyTagClassName
{
color: #EAB5C0;
}
</style>
background-color css
<style>
a { background-color: #EAB5C0; }
a { background-color: rgb(234,181,192); }
div.DivClassName
{
background-color: #EAB5C0;
}
.BgClassName
{
background-color: #EAB5C0;
}
</style>
border-color css
<style>
span { border-color: #EAB5C0; }
span { border-color: rgb(234,181,192); }
td.TdClassName
{
border-color: #EAB5C0;
}
.TagClassName
{
border-color: #EAB5C0;
}
</style>