Shades of Chantilly #EAB7C7
Tints of Chantilly #EAB7C7
RGB
CMYK
RGB Variations
Color information
#EAB7C7 (or 0xEAB7C7) is known color: Chantilly. HEX triplet: EA, B7 and C7. RGB value is (234,183,199). Sum of RGB (Red+Green+Blue) = 234+183+199=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C7 is #154838. Grayscale: #C8C8C8. Windows color (decimal): -1394745 or 13088746. OLE color: 13088746.
HSL color Cylindrical-coordinate representation of color #EAB7C7: hue angle of 341.18º 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 #EAB7C7 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 199 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.08 |
| HSL | 341.18º | 0.55% | 0.82% | - |
| HSV(B) | 341.18º | 0.22% | 0.92% | - |
| XYZ | 61.17 | 55.48 | 61.52 | - |
| YUV | 200.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 199 | 0 | 0.22 | 0.15 | 0.08 | 341.18 | 0.55 | 0.82 |
| Hex | EA | B7 | C7 | 0 | 16 | F | 8 | 155 | 37 | 52 |
| Octal | 352 | 267 | 307 | 0 | 26 | 17 | 10 | 525 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11000111 | 0 | 10110 | 1111 | 1000 | 101010101 | 110111 | 1010010 |
Color Harmonies of #EAB7C7
Complementary color
Monochromatic Colors of #EAB7C7
Black with #EAB7C7
Text Example
Text Example
White with #EAB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7C7; }
p { color: rgb(234,183,199); }
H1.HeaderClassName
{
color: #EAB7C7;
}
.AnyTagClassName
{
color: #EAB7C7;
}
</style>
background-color css
<style>
a { background-color: #EAB7C7; }
a { background-color: rgb(234,183,199); }
div.DivClassName
{
background-color: #EAB7C7;
}
.BgClassName
{
background-color: #EAB7C7;
}
</style>
border-color css
<style>
span { border-color: #EAB7C7; }
span { border-color: rgb(234,183,199); }
td.TdClassName
{
border-color: #EAB7C7;
}
.TagClassName
{
border-color: #EAB7C7;
}
</style>