Shades of Chantilly #E6C7CB
Tints of Chantilly #E6C7CB
RGB
CMYK
RGB Variations
Color information
#E6C7CB (or 0xE6C7CB) is known color: Chantilly. HEX triplet: E6, C7 and CB. RGB value is (230,199,203). Sum of RGB (Red+Green+Blue) = 230+199+203=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7CB is #193834. Grayscale: #D0D0D0. Windows color (decimal): -1652789 or 13354982. OLE color: 13354982.
HSL color Cylindrical-coordinate representation of color #E6C7CB: hue angle of 352.26º 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 #E6C7CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 203 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 352.26º | 0.38% | 0.84% | - |
| HSV(B) | 352.26º | 0.13% | 0.9% | - |
| XYZ | 63.84 | 61.98 | 65.1 | - |
| YUV | 208.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 203 | 0 | 0.13 | 0.12 | 0.10 | 352.26 | 0.38 | 0.84 |
| Hex | E6 | C7 | CB | 0 | D | C | A | 160 | 26 | 54 |
| Octal | 346 | 307 | 313 | 0 | 15 | 14 | 12 | 540 | 46 | 124 |
| Binary | 11100110 | 11000111 | 11001011 | 0 | 1101 | 1100 | 1010 | 101100000 | 100110 | 1010100 |
Color Harmonies of #E6C7CB
Complementary color
Monochromatic Colors of #E6C7CB
Black with #E6C7CB
Text Example
Text Example
White with #E6C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7CB; }
p { color: rgb(230,199,203); }
H1.HeaderClassName
{
color: #E6C7CB;
}
.AnyTagClassName
{
color: #E6C7CB;
}
</style>
background-color css
<style>
a { background-color: #E6C7CB; }
a { background-color: rgb(230,199,203); }
div.DivClassName
{
background-color: #E6C7CB;
}
.BgClassName
{
background-color: #E6C7CB;
}
</style>
border-color css
<style>
span { border-color: #E6C7CB; }
span { border-color: rgb(230,199,203); }
td.TdClassName
{
border-color: #E6C7CB;
}
.TagClassName
{
border-color: #E6C7CB;
}
</style>