Shades of Chantilly #E6C5CA
Tints of Chantilly #E6C5CA
RGB
CMYK
RGB Variations
Color information
#E6C5CA (or 0xE6C5CA) is known color: Chantilly. HEX triplet: E6, C5 and CA. RGB value is (230,197,202). Sum of RGB (Red+Green+Blue) = 230+197+202=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5CA is #193A35. Grayscale: #CFCFCF. Windows color (decimal): -1653302 or 13288934. OLE color: 13288934.
HSL color Cylindrical-coordinate representation of color #E6C5CA: hue angle of 350.91º 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 #E6C5CA is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 202 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.10 |
| HSL | 350.91º | 0.4% | 0.84% | - |
| HSV(B) | 350.91º | 0.14% | 0.9% | - |
| XYZ | 63.26 | 61.02 | 64.32 | - |
| YUV | 207.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 202 | 0 | 0.14 | 0.12 | 0.10 | 350.91 | 0.4 | 0.84 |
| Hex | E6 | C5 | CA | 0 | E | C | A | 15F | 28 | 54 |
| Octal | 346 | 305 | 312 | 0 | 16 | 14 | 12 | 537 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11001010 | 0 | 1110 | 1100 | 1010 | 101011111 | 101000 | 1010100 |
Color Harmonies of #E6C5CA
Complementary color
Monochromatic Colors of #E6C5CA
Black with #E6C5CA
Text Example
Text Example
White with #E6C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5CA; }
p { color: rgb(230,197,202); }
H1.HeaderClassName
{
color: #E6C5CA;
}
.AnyTagClassName
{
color: #E6C5CA;
}
</style>
background-color css
<style>
a { background-color: #E6C5CA; }
a { background-color: rgb(230,197,202); }
div.DivClassName
{
background-color: #E6C5CA;
}
.BgClassName
{
background-color: #E6C5CA;
}
</style>
border-color css
<style>
span { border-color: #E6C5CA; }
span { border-color: rgb(230,197,202); }
td.TdClassName
{
border-color: #E6C5CA;
}
.TagClassName
{
border-color: #E6C5CA;
}
</style>