Shades of Chantilly #EAB9C7
Tints of Chantilly #EAB9C7
RGB
CMYK
RGB Variations
Color information
#EAB9C7 (or 0xEAB9C7) is known color: Chantilly. HEX triplet: EA, B9 and C7. RGB value is (234,185,199). Sum of RGB (Red+Green+Blue) = 234+185+199=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9C7 is #154638. Grayscale: #C9C9C9. Windows color (decimal): -1394233 or 13089258. OLE color: 13089258.
HSL color Cylindrical-coordinate representation of color #EAB9C7: hue angle of 342.86º 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 #EAB9C7 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 199 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.08 |
| HSL | 342.86º | 0.54% | 0.82% | - |
| HSV(B) | 342.86º | 0.21% | 0.92% | - |
| XYZ | 61.59 | 56.31 | 61.66 | - |
| YUV | 201.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 199 | 0 | 0.21 | 0.15 | 0.08 | 342.86 | 0.54 | 0.82 |
| Hex | EA | B9 | C7 | 0 | 15 | F | 8 | 157 | 36 | 52 |
| Octal | 352 | 271 | 307 | 0 | 25 | 17 | 10 | 527 | 66 | 122 |
| Binary | 11101010 | 10111001 | 11000111 | 0 | 10101 | 1111 | 1000 | 101010111 | 110110 | 1010010 |
Color Harmonies of #EAB9C7
Complementary color
Monochromatic Colors of #EAB9C7
Black with #EAB9C7
Text Example
Text Example
White with #EAB9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9C7; }
p { color: rgb(234,185,199); }
H1.HeaderClassName
{
color: #EAB9C7;
}
.AnyTagClassName
{
color: #EAB9C7;
}
</style>
background-color css
<style>
a { background-color: #EAB9C7; }
a { background-color: rgb(234,185,199); }
div.DivClassName
{
background-color: #EAB9C7;
}
.BgClassName
{
background-color: #EAB9C7;
}
</style>
border-color css
<style>
span { border-color: #EAB9C7; }
span { border-color: rgb(234,185,199); }
td.TdClassName
{
border-color: #EAB9C7;
}
.TagClassName
{
border-color: #EAB9C7;
}
</style>