Shades of Chantilly #EAB5C7
Tints of Chantilly #EAB5C7
RGB
CMYK
RGB Variations
Color information
#EAB5C7 (or 0xEAB5C7) is known color: Chantilly. HEX triplet: EA, B5 and C7. RGB value is (234,181,199). Sum of RGB (Red+Green+Blue) = 234+181+199=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5C7 is #154A38. Grayscale: #C6C6C6. Windows color (decimal): -1395257 or 13088234. OLE color: 13088234.
HSL color Cylindrical-coordinate representation of color #EAB5C7: hue angle of 339.62º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5C7 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 199 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.08 |
| HSL | 339.62º | 0.56% | 0.81% | - |
| HSV(B) | 339.62º | 0.23% | 0.92% | - |
| XYZ | 60.76 | 54.66 | 61.38 | - |
| YUV | 198.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 199 | 0 | 0.23 | 0.15 | 0.08 | 339.62 | 0.56 | 0.81 |
| Hex | EA | B5 | C7 | 0 | 17 | F | 8 | 154 | 38 | 51 |
| Octal | 352 | 265 | 307 | 0 | 27 | 17 | 10 | 524 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11000111 | 0 | 10111 | 1111 | 1000 | 101010100 | 111000 | 1010001 |
Color Harmonies of #EAB5C7
Complementary color
Monochromatic Colors of #EAB5C7
Black with #EAB5C7
Text Example
Text Example
White with #EAB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5C7; }
p { color: rgb(234,181,199); }
H1.HeaderClassName
{
color: #EAB5C7;
}
.AnyTagClassName
{
color: #EAB5C7;
}
</style>
background-color css
<style>
a { background-color: #EAB5C7; }
a { background-color: rgb(234,181,199); }
div.DivClassName
{
background-color: #EAB5C7;
}
.BgClassName
{
background-color: #EAB5C7;
}
</style>
border-color css
<style>
span { border-color: #EAB5C7; }
span { border-color: rgb(234,181,199); }
td.TdClassName
{
border-color: #EAB5C7;
}
.TagClassName
{
border-color: #EAB5C7;
}
</style>