Shades of Chantilly #E6C5C9
Tints of Chantilly #E6C5C9
RGB
CMYK
RGB Variations
Color information
#E6C5C9 (or 0xE6C5C9) is known color: Chantilly. HEX triplet: E6, C5 and C9. RGB value is (230,197,201). Sum of RGB (Red+Green+Blue) = 230+197+201=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5C9 is #193A36. Grayscale: #CFCFCF. Windows color (decimal): -1653303 or 13223398. OLE color: 13223398.
HSL color Cylindrical-coordinate representation of color #E6C5C9: hue angle of 352.73º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5C9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 201 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.10 |
| HSL | 352.73º | 0.4% | 0.84% | - |
| HSV(B) | 352.73º | 0.14% | 0.9% | - |
| XYZ | 63.14 | 60.97 | 63.7 | - |
| YUV | 207.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 201 | 0 | 0.14 | 0.13 | 0.10 | 352.73 | 0.4 | 0.84 |
| Hex | E6 | C5 | C9 | 0 | E | D | A | 161 | 28 | 54 |
| Octal | 346 | 305 | 311 | 0 | 16 | 15 | 12 | 541 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11001001 | 0 | 1110 | 1101 | 1010 | 101100001 | 101000 | 1010100 |
Color Harmonies of #E6C5C9
Complementary color
Monochromatic Colors of #E6C5C9
Black with #E6C5C9
Text Example
Text Example
White with #E6C5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5C9; }
p { color: rgb(230,197,201); }
H1.HeaderClassName
{
color: #E6C5C9;
}
.AnyTagClassName
{
color: #E6C5C9;
}
</style>
background-color css
<style>
a { background-color: #E6C5C9; }
a { background-color: rgb(230,197,201); }
div.DivClassName
{
background-color: #E6C5C9;
}
.BgClassName
{
background-color: #E6C5C9;
}
</style>
border-color css
<style>
span { border-color: #E6C5C9; }
span { border-color: rgb(230,197,201); }
td.TdClassName
{
border-color: #E6C5C9;
}
.TagClassName
{
border-color: #E6C5C9;
}
</style>