Shades of Chantilly #E7C2CC
Tints of Chantilly #E7C2CC
RGB
CMYK
RGB Variations
Color information
#E7C2CC (or 0xE7C2CC) is known color: Chantilly. HEX triplet: E7, C2 and CC. RGB value is (231,194,204). Sum of RGB (Red+Green+Blue) = 231+194+204=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2CC is #183D33. Grayscale: #CECECE. Windows color (decimal): -1588532 or 13419239. OLE color: 13419239.
HSL color Cylindrical-coordinate representation of color #E7C2CC: hue angle of 343.78º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C2CC is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 204 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.09 |
| HSL | 343.78º | 0.44% | 0.83% | - |
| HSV(B) | 343.78º | 0.16% | 0.91% | - |
| XYZ | 63.15 | 59.93 | 65.37 | - |
| YUV | 206.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 204 | 0 | 0.16 | 0.12 | 0.09 | 343.78 | 0.44 | 0.83 |
| Hex | E7 | C2 | CC | 0 | 10 | C | 9 | 158 | 2C | 53 |
| Octal | 347 | 302 | 314 | 0 | 20 | 14 | 11 | 530 | 54 | 123 |
| Binary | 11100111 | 11000010 | 11001100 | 0 | 10000 | 1100 | 1001 | 101011000 | 101100 | 1010011 |
Color Harmonies of #E7C2CC
Complementary color
Monochromatic Colors of #E7C2CC
Black with #E7C2CC
Text Example
Text Example
White with #E7C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2CC; }
p { color: rgb(231,194,204); }
H1.HeaderClassName
{
color: #E7C2CC;
}
.AnyTagClassName
{
color: #E7C2CC;
}
</style>
background-color css
<style>
a { background-color: #E7C2CC; }
a { background-color: rgb(231,194,204); }
div.DivClassName
{
background-color: #E7C2CC;
}
.BgClassName
{
background-color: #E7C2CC;
}
</style>
border-color css
<style>
span { border-color: #E7C2CC; }
span { border-color: rgb(231,194,204); }
td.TdClassName
{
border-color: #E7C2CC;
}
.TagClassName
{
border-color: #E7C2CC;
}
</style>