Shades of Chantilly #E6C4C9
Tints of Chantilly #E6C4C9
RGB
CMYK
RGB Variations
Color information
#E6C4C9 (or 0xE6C4C9) is known color: Chantilly. HEX triplet: E6, C4 and C9. RGB value is (230,196,201). Sum of RGB (Red+Green+Blue) = 230+196+201=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4C9 is #193B36. Grayscale: #CECECE. Windows color (decimal): -1653559 or 13223142. OLE color: 13223142.
HSL color Cylindrical-coordinate representation of color #E6C4C9: hue angle of 351.18º 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 #E6C4C9 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 201 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.10 |
| HSL | 351.18º | 0.4% | 0.84% | - |
| HSV(B) | 351.18º | 0.15% | 0.9% | - |
| XYZ | 62.92 | 60.52 | 63.62 | - |
| YUV | 206.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 201 | 0 | 0.15 | 0.13 | 0.10 | 351.18 | 0.4 | 0.84 |
| Hex | E6 | C4 | C9 | 0 | F | D | A | 15F | 28 | 54 |
| Octal | 346 | 304 | 311 | 0 | 17 | 15 | 12 | 537 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11001001 | 0 | 1111 | 1101 | 1010 | 101011111 | 101000 | 1010100 |
Color Harmonies of #E6C4C9
Complementary color
Monochromatic Colors of #E6C4C9
Black with #E6C4C9
Text Example
Text Example
White with #E6C4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4C9; }
p { color: rgb(230,196,201); }
H1.HeaderClassName
{
color: #E6C4C9;
}
.AnyTagClassName
{
color: #E6C4C9;
}
</style>
background-color css
<style>
a { background-color: #E6C4C9; }
a { background-color: rgb(230,196,201); }
div.DivClassName
{
background-color: #E6C4C9;
}
.BgClassName
{
background-color: #E6C4C9;
}
</style>
border-color css
<style>
span { border-color: #E6C4C9; }
span { border-color: rgb(230,196,201); }
td.TdClassName
{
border-color: #E6C4C9;
}
.TagClassName
{
border-color: #E6C4C9;
}
</style>