Shades of Chantilly #EAB6C9
Tints of Chantilly #EAB6C9
RGB
CMYK
RGB Variations
Color information
#EAB6C9 (or 0xEAB6C9) is known color: Chantilly. HEX triplet: EA, B6 and C9. RGB value is (234,182,201). Sum of RGB (Red+Green+Blue) = 234+182+201=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6C9 is #154936. Grayscale: #C7C7C7. Windows color (decimal): -1394999 or 13219562. OLE color: 13219562.
HSL color Cylindrical-coordinate representation of color #EAB6C9: hue angle of 338.08º 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 #EAB6C9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 201 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.08 |
| HSL | 338.08º | 0.55% | 0.82% | - |
| HSV(B) | 338.08º | 0.22% | 0.92% | - |
| XYZ | 61.2 | 55.17 | 62.68 | - |
| YUV | 199.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 201 | 0 | 0.22 | 0.14 | 0.08 | 338.08 | 0.55 | 0.82 |
| Hex | EA | B6 | C9 | 0 | 16 | E | 8 | 152 | 37 | 52 |
| Octal | 352 | 266 | 311 | 0 | 26 | 16 | 10 | 522 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11001001 | 0 | 10110 | 1110 | 1000 | 101010010 | 110111 | 1010010 |
Color Harmonies of #EAB6C9
Complementary color
Monochromatic Colors of #EAB6C9
Black with #EAB6C9
Text Example
Text Example
White with #EAB6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6C9; }
p { color: rgb(234,182,201); }
H1.HeaderClassName
{
color: #EAB6C9;
}
.AnyTagClassName
{
color: #EAB6C9;
}
</style>
background-color css
<style>
a { background-color: #EAB6C9; }
a { background-color: rgb(234,182,201); }
div.DivClassName
{
background-color: #EAB6C9;
}
.BgClassName
{
background-color: #EAB6C9;
}
</style>
border-color css
<style>
span { border-color: #EAB6C9; }
span { border-color: rgb(234,182,201); }
td.TdClassName
{
border-color: #EAB6C9;
}
.TagClassName
{
border-color: #EAB6C9;
}
</style>