Shades of Chantilly #E6C0C8
Tints of Chantilly #E6C0C8
RGB
CMYK
RGB Variations
Color information
#E6C0C8 (or 0xE6C0C8) is known color: Chantilly. HEX triplet: E6, C0 and C8. RGB value is (230,192,200). Sum of RGB (Red+Green+Blue) = 230+192+200=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0C8 is #193F37. Grayscale: #CCCCCC. Windows color (decimal): -1654584 or 13156582. OLE color: 13156582.
HSL color Cylindrical-coordinate representation of color #E6C0C8: hue angle of 347.37º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0C8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 200 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.10 |
| HSL | 347.37º | 0.43% | 0.83% | - |
| HSV(B) | 347.37º | 0.17% | 0.9% | - |
| XYZ | 61.91 | 58.69 | 62.71 | - |
| YUV | 204.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 200 | 0 | 0.17 | 0.13 | 0.10 | 347.37 | 0.43 | 0.83 |
| Hex | E6 | C0 | C8 | 0 | 11 | D | A | 15B | 2B | 53 |
| Octal | 346 | 300 | 310 | 0 | 21 | 15 | 12 | 533 | 53 | 123 |
| Binary | 11100110 | 11000000 | 11001000 | 0 | 10001 | 1101 | 1010 | 101011011 | 101011 | 1010011 |
Color Harmonies of #E6C0C8
Complementary color
Monochromatic Colors of #E6C0C8
Black with #E6C0C8
Text Example
Text Example
White with #E6C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0C8; }
p { color: rgb(230,192,200); }
H1.HeaderClassName
{
color: #E6C0C8;
}
.AnyTagClassName
{
color: #E6C0C8;
}
</style>
background-color css
<style>
a { background-color: #E6C0C8; }
a { background-color: rgb(230,192,200); }
div.DivClassName
{
background-color: #E6C0C8;
}
.BgClassName
{
background-color: #E6C0C8;
}
</style>
border-color css
<style>
span { border-color: #E6C0C8; }
span { border-color: rgb(230,192,200); }
td.TdClassName
{
border-color: #E6C0C8;
}
.TagClassName
{
border-color: #E6C0C8;
}
</style>