Shades of Chantilly #E6C4CC
Tints of Chantilly #E6C4CC
RGB
CMYK
RGB Variations
Color information
#E6C4CC (or 0xE6C4CC) is known color: Chantilly. HEX triplet: E6, C4 and CC. RGB value is (230,196,204). Sum of RGB (Red+Green+Blue) = 230+196+204=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4CC is #193B33. Grayscale: #CFCFCF. Windows color (decimal): -1653556 or 13419750. OLE color: 13419750.
HSL color Cylindrical-coordinate representation of color #E6C4CC: hue angle of 345.88º 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 #E6C4CC is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 204 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.10 |
| HSL | 345.88º | 0.4% | 0.84% | - |
| HSV(B) | 345.88º | 0.15% | 0.9% | - |
| XYZ | 63.27 | 60.66 | 65.5 | - |
| YUV | 207.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 204 | 0 | 0.15 | 0.11 | 0.10 | 345.88 | 0.4 | 0.84 |
| Hex | E6 | C4 | CC | 0 | F | B | A | 15A | 28 | 54 |
| Octal | 346 | 304 | 314 | 0 | 17 | 13 | 12 | 532 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11001100 | 0 | 1111 | 1011 | 1010 | 101011010 | 101000 | 1010100 |
Color Harmonies of #E6C4CC
Complementary color
Monochromatic Colors of #E6C4CC
Black with #E6C4CC
Text Example
Text Example
White with #E6C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4CC; }
p { color: rgb(230,196,204); }
H1.HeaderClassName
{
color: #E6C4CC;
}
.AnyTagClassName
{
color: #E6C4CC;
}
</style>
background-color css
<style>
a { background-color: #E6C4CC; }
a { background-color: rgb(230,196,204); }
div.DivClassName
{
background-color: #E6C4CC;
}
.BgClassName
{
background-color: #E6C4CC;
}
</style>
border-color css
<style>
span { border-color: #E6C4CC; }
span { border-color: rgb(230,196,204); }
td.TdClassName
{
border-color: #E6C4CC;
}
.TagClassName
{
border-color: #E6C4CC;
}
</style>