Shades of Chantilly #E7C6CB
Tints of Chantilly #E7C6CB
RGB
CMYK
RGB Variations
Color information
#E7C6CB (or 0xE7C6CB) is known color: Chantilly. HEX triplet: E7, C6 and CB. RGB value is (231,198,203). Sum of RGB (Red+Green+Blue) = 231+198+203=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6CB is #183934. Grayscale: #D0D0D0. Windows color (decimal): -1587509 or 13354727. OLE color: 13354727.
HSL color Cylindrical-coordinate representation of color #E7C6CB: hue angle of 350.91º 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 #E7C6CB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 203 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 350.91º | 0.41% | 0.84% | - |
| HSV(B) | 350.91º | 0.14% | 0.91% | - |
| XYZ | 63.93 | 61.69 | 65.04 | - |
| YUV | 208.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 203 | 0 | 0.14 | 0.12 | 0.09 | 350.91 | 0.41 | 0.84 |
| Hex | E7 | C6 | CB | 0 | E | C | 9 | 15F | 29 | 54 |
| Octal | 347 | 306 | 313 | 0 | 16 | 14 | 11 | 537 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11001011 | 0 | 1110 | 1100 | 1001 | 101011111 | 101001 | 1010100 |
Color Harmonies of #E7C6CB
Complementary color
Monochromatic Colors of #E7C6CB
Black with #E7C6CB
Text Example
Text Example
White with #E7C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6CB; }
p { color: rgb(231,198,203); }
H1.HeaderClassName
{
color: #E7C6CB;
}
.AnyTagClassName
{
color: #E7C6CB;
}
</style>
background-color css
<style>
a { background-color: #E7C6CB; }
a { background-color: rgb(231,198,203); }
div.DivClassName
{
background-color: #E7C6CB;
}
.BgClassName
{
background-color: #E7C6CB;
}
</style>
border-color css
<style>
span { border-color: #E7C6CB; }
span { border-color: rgb(231,198,203); }
td.TdClassName
{
border-color: #E7C6CB;
}
.TagClassName
{
border-color: #E7C6CB;
}
</style>