Shades of Chantilly #E6AFC7
Tints of Chantilly #E6AFC7
RGB
CMYK
RGB Variations
Color information
#E6AFC7 (or 0xE6AFC7) is known color: Chantilly. HEX triplet: E6, AF and C7. RGB value is (230,175,199). Sum of RGB (Red+Green+Blue) = 230+175+199=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFC7 is #195038. Grayscale: #C2C2C2. Windows color (decimal): -1658937 or 13086694. OLE color: 13086694.
HSL color Cylindrical-coordinate representation of color #E6AFC7: hue angle of 333.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFC7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 199 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.10 |
| HSL | 333.82º | 0.52% | 0.79% | - |
| HSV(B) | 333.82º | 0.24% | 0.9% | - |
| XYZ | 58.27 | 51.61 | 60.92 | - |
| YUV | 194.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 199 | 0 | 0.24 | 0.13 | 0.10 | 333.82 | 0.52 | 0.79 |
| Hex | E6 | AF | C7 | 0 | 18 | D | A | 14E | 34 | 4F |
| Octal | 346 | 257 | 307 | 0 | 30 | 15 | 12 | 516 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11000111 | 0 | 11000 | 1101 | 1010 | 101001110 | 110100 | 1001111 |
Color Harmonies of #E6AFC7
Complementary color
Monochromatic Colors of #E6AFC7
Black with #E6AFC7
Text Example
Text Example
White with #E6AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFC7; }
p { color: rgb(230,175,199); }
H1.HeaderClassName
{
color: #E6AFC7;
}
.AnyTagClassName
{
color: #E6AFC7;
}
</style>
background-color css
<style>
a { background-color: #E6AFC7; }
a { background-color: rgb(230,175,199); }
div.DivClassName
{
background-color: #E6AFC7;
}
.BgClassName
{
background-color: #E6AFC7;
}
</style>
border-color css
<style>
span { border-color: #E6AFC7; }
span { border-color: rgb(230,175,199); }
td.TdClassName
{
border-color: #E6AFC7;
}
.TagClassName
{
border-color: #E6AFC7;
}
</style>