Shades of Chantilly #E6C7CC
Tints of Chantilly #E6C7CC
RGB
CMYK
RGB Variations
Color information
#E6C7CC (or 0xE6C7CC) is known color: Chantilly. HEX triplet: E6, C7 and CC. RGB value is (230,199,204). Sum of RGB (Red+Green+Blue) = 230+199+204=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7CC is #193833. Grayscale: #D0D0D0. Windows color (decimal): -1652788 or 13420518. OLE color: 13420518.
HSL color Cylindrical-coordinate representation of color #E6C7CC: hue angle of 350.32º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C7CC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 204 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.10 |
| HSL | 350.32º | 0.38% | 0.84% | - |
| HSV(B) | 350.32º | 0.13% | 0.9% | - |
| XYZ | 63.96 | 62.03 | 65.73 | - |
| YUV | 208.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 204 | 0 | 0.13 | 0.11 | 0.10 | 350.32 | 0.38 | 0.84 |
| Hex | E6 | C7 | CC | 0 | D | B | A | 15E | 26 | 54 |
| Octal | 346 | 307 | 314 | 0 | 15 | 13 | 12 | 536 | 46 | 124 |
| Binary | 11100110 | 11000111 | 11001100 | 0 | 1101 | 1011 | 1010 | 101011110 | 100110 | 1010100 |
Color Harmonies of #E6C7CC
Complementary color
Monochromatic Colors of #E6C7CC
Black with #E6C7CC
Text Example
Text Example
White with #E6C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7CC; }
p { color: rgb(230,199,204); }
H1.HeaderClassName
{
color: #E6C7CC;
}
.AnyTagClassName
{
color: #E6C7CC;
}
</style>
background-color css
<style>
a { background-color: #E6C7CC; }
a { background-color: rgb(230,199,204); }
div.DivClassName
{
background-color: #E6C7CC;
}
.BgClassName
{
background-color: #E6C7CC;
}
</style>
border-color css
<style>
span { border-color: #E6C7CC; }
span { border-color: rgb(230,199,204); }
td.TdClassName
{
border-color: #E6C7CC;
}
.TagClassName
{
border-color: #E6C7CC;
}
</style>