Shades of Chantilly #EAB6C2
Tints of Chantilly #EAB6C2
RGB
CMYK
RGB Variations
Color information
#EAB6C2 (or 0xEAB6C2) is known color: Chantilly. HEX triplet: EA, B6 and C2. RGB value is (234,182,194). Sum of RGB (Red+Green+Blue) = 234+182+194=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6C2 is #15493D. Grayscale: #C6C6C6. Windows color (decimal): -1395006 or 12760810. OLE color: 12760810.
HSL color Cylindrical-coordinate representation of color #EAB6C2: hue angle of 346.15º 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 #EAB6C2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 194 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.08 |
| HSL | 346.15º | 0.55% | 0.82% | - |
| HSV(B) | 346.15º | 0.22% | 0.92% | - |
| XYZ | 60.4 | 54.84 | 58.44 | - |
| YUV | 198.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 194 | 0 | 0.22 | 0.17 | 0.08 | 346.15 | 0.55 | 0.82 |
| Hex | EA | B6 | C2 | 0 | 16 | 11 | 8 | 15A | 37 | 52 |
| Octal | 352 | 266 | 302 | 0 | 26 | 21 | 10 | 532 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11000010 | 0 | 10110 | 10001 | 1000 | 101011010 | 110111 | 1010010 |
Color Harmonies of #EAB6C2
Complementary color
Monochromatic Colors of #EAB6C2
Black with #EAB6C2
Text Example
Text Example
White with #EAB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6C2; }
p { color: rgb(234,182,194); }
H1.HeaderClassName
{
color: #EAB6C2;
}
.AnyTagClassName
{
color: #EAB6C2;
}
</style>
background-color css
<style>
a { background-color: #EAB6C2; }
a { background-color: rgb(234,182,194); }
div.DivClassName
{
background-color: #EAB6C2;
}
.BgClassName
{
background-color: #EAB6C2;
}
</style>
border-color css
<style>
span { border-color: #EAB6C2; }
span { border-color: rgb(234,182,194); }
td.TdClassName
{
border-color: #EAB6C2;
}
.TagClassName
{
border-color: #EAB6C2;
}
</style>