Shades of Chantilly #EAB9C2
Tints of Chantilly #EAB9C2
RGB
CMYK
RGB Variations
Color information
#EAB9C2 (or 0xEAB9C2) is known color: Chantilly. HEX triplet: EA, B9 and C2. RGB value is (234,185,194). Sum of RGB (Red+Green+Blue) = 234+185+194=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9C2 is #15463D. Grayscale: #C8C8C8. Windows color (decimal): -1394238 or 12761578. OLE color: 12761578.
HSL color Cylindrical-coordinate representation of color #EAB9C2: hue angle of 348.98º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9C2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 185 | 194 | - |
CMYK | 0 | 0.21 | 0.17 | 0.08 |
HSL | 348.98º | 0.54% | 0.82% | - |
HSV(B) | 348.98º | 0.21% | 0.92% | - |
XYZ | 61.02 | 56.09 | 58.65 | - |
YUV | 200.68 | 124.23 | 151.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 185 | 194 | 0 | 0.21 | 0.17 | 0.08 | 348.98 | 0.54 | 0.82 |
Hex | EA | B9 | C2 | 0 | 15 | 11 | 8 | 15D | 36 | 52 |
Octal | 352 | 271 | 302 | 0 | 25 | 21 | 10 | 535 | 66 | 122 |
Binary | 11101010 | 10111001 | 11000010 | 0 | 10101 | 10001 | 1000 | 101011101 | 110110 | 1010010 |
Color Harmonies of #EAB9C2
Complementary color
Monochromatic Colors of #EAB9C2
Black with #EAB9C2
Text Example
Text Example
White with #EAB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9C2; }
p { color: rgb(234,185,194); }
H1.HeaderClassName
{
color: #EAB9C2;
}
.AnyTagClassName
{
color: #EAB9C2;
}
</style>
background-color css
<style>
a { background-color: #EAB9C2; }
a { background-color: rgb(234,185,194); }
div.DivClassName
{
background-color: #EAB9C2;
}
.BgClassName
{
background-color: #EAB9C2;
}
</style>
border-color css
<style>
span { border-color: #EAB9C2; }
span { border-color: rgb(234,185,194); }
td.TdClassName
{
border-color: #EAB9C2;
}
.TagClassName
{
border-color: #EAB9C2;
}
</style>