Shades of Chantilly #EAB6C0
Tints of Chantilly #EAB6C0
RGB
CMYK
RGB Variations
Color information
#EAB6C0 (or 0xEAB6C0) is known color: Chantilly. HEX triplet: EA, B6 and C0. RGB value is (234,182,192). Sum of RGB (Red+Green+Blue) = 234+182+192=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6C0 is #15493F. Grayscale: #C6C6C6. Windows color (decimal): -1395008 or 12629738. OLE color: 12629738.
HSL color Cylindrical-coordinate representation of color #EAB6C0: hue angle of 348.46º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6C0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 192 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.08 |
| HSL | 348.46º | 0.55% | 0.82% | - |
| HSV(B) | 348.46º | 0.22% | 0.92% | - |
| XYZ | 60.17 | 54.75 | 57.27 | - |
| YUV | 198.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 192 | 0 | 0.22 | 0.18 | 0.08 | 348.46 | 0.55 | 0.82 |
| Hex | EA | B6 | C0 | 0 | 16 | 12 | 8 | 15C | 37 | 52 |
| Octal | 352 | 266 | 300 | 0 | 26 | 22 | 10 | 534 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11000000 | 0 | 10110 | 10010 | 1000 | 101011100 | 110111 | 1010010 |
Color Harmonies of #EAB6C0
Complementary color
Monochromatic Colors of #EAB6C0
Black with #EAB6C0
Text Example
Text Example
White with #EAB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6C0; }
p { color: rgb(234,182,192); }
H1.HeaderClassName
{
color: #EAB6C0;
}
.AnyTagClassName
{
color: #EAB6C0;
}
</style>
background-color css
<style>
a { background-color: #EAB6C0; }
a { background-color: rgb(234,182,192); }
div.DivClassName
{
background-color: #EAB6C0;
}
.BgClassName
{
background-color: #EAB6C0;
}
</style>
border-color css
<style>
span { border-color: #EAB6C0; }
span { border-color: rgb(234,182,192); }
td.TdClassName
{
border-color: #EAB6C0;
}
.TagClassName
{
border-color: #EAB6C0;
}
</style>