Shades of Chantilly #E6C4CA
Tints of Chantilly #E6C4CA
RGB
CMYK
RGB Variations
Color information
#E6C4CA (or 0xE6C4CA) is known color: Chantilly. HEX triplet: E6, C4 and CA. RGB value is (230,196,202). Sum of RGB (Red+Green+Blue) = 230+196+202=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4CA is #193B35. Grayscale: #CECECE. Windows color (decimal): -1653558 or 13288678. OLE color: 13288678.
HSL color Cylindrical-coordinate representation of color #E6C4CA: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C4CA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 202 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.10 |
| HSL | 349.41º | 0.4% | 0.84% | - |
| HSV(B) | 349.41º | 0.15% | 0.9% | - |
| XYZ | 63.03 | 60.57 | 64.25 | - |
| YUV | 206.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 202 | 0 | 0.15 | 0.12 | 0.10 | 349.41 | 0.4 | 0.84 |
| Hex | E6 | C4 | CA | 0 | F | C | A | 15D | 28 | 54 |
| Octal | 346 | 304 | 312 | 0 | 17 | 14 | 12 | 535 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11001010 | 0 | 1111 | 1100 | 1010 | 101011101 | 101000 | 1010100 |
Color Harmonies of #E6C4CA
Complementary color
Monochromatic Colors of #E6C4CA
Black with #E6C4CA
Text Example
Text Example
White with #E6C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4CA; }
p { color: rgb(230,196,202); }
H1.HeaderClassName
{
color: #E6C4CA;
}
.AnyTagClassName
{
color: #E6C4CA;
}
</style>
background-color css
<style>
a { background-color: #E6C4CA; }
a { background-color: rgb(230,196,202); }
div.DivClassName
{
background-color: #E6C4CA;
}
.BgClassName
{
background-color: #E6C4CA;
}
</style>
border-color css
<style>
span { border-color: #E6C4CA; }
span { border-color: rgb(230,196,202); }
td.TdClassName
{
border-color: #E6C4CA;
}
.TagClassName
{
border-color: #E6C4CA;
}
</style>