Shades of Chantilly #E8AFC9
Tints of Chantilly #E8AFC9
RGB
CMYK
RGB Variations
Color information
#E8AFC9 (or 0xE8AFC9) is known color: Chantilly. HEX triplet: E8, AF and C9. RGB value is (232,175,201). Sum of RGB (Red+Green+Blue) = 232+175+201=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFC9 is #175036. Grayscale: #C2C2C2. Windows color (decimal): -1527863 or 13217768. OLE color: 13217768.
HSL color Cylindrical-coordinate representation of color #E8AFC9: hue angle of 332.63º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFC9 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 201 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.09 |
| HSL | 332.63º | 0.55% | 0.8% | - |
| HSV(B) | 332.63º | 0.25% | 0.91% | - |
| XYZ | 59.15 | 52.03 | 62.18 | - |
| YUV | 195.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 201 | 0 | 0.25 | 0.13 | 0.09 | 332.63 | 0.55 | 0.8 |
| Hex | E8 | AF | C9 | 0 | 19 | D | 9 | 14D | 37 | 50 |
| Octal | 350 | 257 | 311 | 0 | 31 | 15 | 11 | 515 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11001001 | 0 | 11001 | 1101 | 1001 | 101001101 | 110111 | 1010000 |
Color Harmonies of #E8AFC9
Complementary color
Monochromatic Colors of #E8AFC9
Black with #E8AFC9
Text Example
Text Example
White with #E8AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFC9; }
p { color: rgb(232,175,201); }
H1.HeaderClassName
{
color: #E8AFC9;
}
.AnyTagClassName
{
color: #E8AFC9;
}
</style>
background-color css
<style>
a { background-color: #E8AFC9; }
a { background-color: rgb(232,175,201); }
div.DivClassName
{
background-color: #E8AFC9;
}
.BgClassName
{
background-color: #E8AFC9;
}
</style>
border-color css
<style>
span { border-color: #E8AFC9; }
span { border-color: rgb(232,175,201); }
td.TdClassName
{
border-color: #E8AFC9;
}
.TagClassName
{
border-color: #E8AFC9;
}
</style>