Shades of Chantilly #E7C6CD
Tints of Chantilly #E7C6CD
RGB
CMYK
RGB Variations
Color information
#E7C6CD (or 0xE7C6CD) is known color: Chantilly. HEX triplet: E7, C6 and CD. RGB value is (231,198,205). Sum of RGB (Red+Green+Blue) = 231+198+205=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6CD is #183932. Grayscale: #D0D0D0. Windows color (decimal): -1587507 or 13485799. OLE color: 13485799.
HSL color Cylindrical-coordinate representation of color #E7C6CD: hue angle of 347.27º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C6CD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 205 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 347.27º | 0.41% | 0.84% | - |
| HSV(B) | 347.27º | 0.14% | 0.91% | - |
| XYZ | 64.17 | 61.78 | 66.3 | - |
| YUV | 208.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 205 | 0 | 0.14 | 0.11 | 0.09 | 347.27 | 0.41 | 0.84 |
| Hex | E7 | C6 | CD | 0 | E | B | 9 | 15B | 29 | 54 |
| Octal | 347 | 306 | 315 | 0 | 16 | 13 | 11 | 533 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11001101 | 0 | 1110 | 1011 | 1001 | 101011011 | 101001 | 1010100 |
Color Harmonies of #E7C6CD
Complementary color
Monochromatic Colors of #E7C6CD
Black with #E7C6CD
Text Example
Text Example
White with #E7C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6CD; }
p { color: rgb(231,198,205); }
H1.HeaderClassName
{
color: #E7C6CD;
}
.AnyTagClassName
{
color: #E7C6CD;
}
</style>
background-color css
<style>
a { background-color: #E7C6CD; }
a { background-color: rgb(231,198,205); }
div.DivClassName
{
background-color: #E7C6CD;
}
.BgClassName
{
background-color: #E7C6CD;
}
</style>
border-color css
<style>
span { border-color: #E7C6CD; }
span { border-color: rgb(231,198,205); }
td.TdClassName
{
border-color: #E7C6CD;
}
.TagClassName
{
border-color: #E7C6CD;
}
</style>