Shades of Chantilly #EAB3C9
Tints of Chantilly #EAB3C9
RGB
CMYK
RGB Variations
Color information
#EAB3C9 (or 0xEAB3C9) is known color: Chantilly. HEX triplet: EA, B3 and C9. RGB value is (234,179,201). Sum of RGB (Red+Green+Blue) = 234+179+201=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3C9 is #154C36. Grayscale: #C5C5C5. Windows color (decimal): -1395767 or 13218794. OLE color: 13218794.
HSL color Cylindrical-coordinate representation of color #EAB3C9: hue angle of 336º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 179 | 201 | - |
CMYK | 0 | 0.24 | 0.14 | 0.08 |
HSL | 336º | 0.57% | 0.81% | - |
HSV(B) | 336º | 0.24% | 0.92% | - |
XYZ | 60.59 | 53.95 | 62.48 | - |
YUV | 197.95 | 129.72 | 153.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 179 | 201 | 0 | 0.24 | 0.14 | 0.08 | 336 | 0.57 | 0.81 |
Hex | EA | B3 | C9 | 0 | 18 | E | 8 | 150 | 39 | 51 |
Octal | 352 | 263 | 311 | 0 | 30 | 16 | 10 | 520 | 71 | 121 |
Binary | 11101010 | 10110011 | 11001001 | 0 | 11000 | 1110 | 1000 | 101010000 | 111001 | 1010001 |
Color Harmonies of #EAB3C9
Complementary color
Monochromatic Colors of #EAB3C9
Black with #EAB3C9
Text Example
Text Example
White with #EAB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3C9; }
p { color: rgb(234,179,201); }
H1.HeaderClassName
{
color: #EAB3C9;
}
.AnyTagClassName
{
color: #EAB3C9;
}
</style>
background-color css
<style>
a { background-color: #EAB3C9; }
a { background-color: rgb(234,179,201); }
div.DivClassName
{
background-color: #EAB3C9;
}
.BgClassName
{
background-color: #EAB3C9;
}
</style>
border-color css
<style>
span { border-color: #EAB3C9; }
span { border-color: rgb(234,179,201); }
td.TdClassName
{
border-color: #EAB3C9;
}
.TagClassName
{
border-color: #EAB3C9;
}
</style>