Shades of Chantilly #E6C6CB
Tints of Chantilly #E6C6CB
RGB
CMYK
RGB Variations
Color information
#E6C6CB (or 0xE6C6CB) is known color: Chantilly. HEX triplet: E6, C6 and CB. RGB value is (230,198,203). Sum of RGB (Red+Green+Blue) = 230+198+203=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6CB is #193934. Grayscale: #D0D0D0. Windows color (decimal): -1653045 or 13354726. OLE color: 13354726.
HSL color Cylindrical-coordinate representation of color #E6C6CB: hue angle of 350.62º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C6CB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 203 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.10 |
| HSL | 350.63º | 0.39% | 0.84% | - |
| HSV(B) | 350.63º | 0.14% | 0.9% | - |
| XYZ | 63.61 | 61.52 | 65.02 | - |
| YUV | 208.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 203 | 0 | 0.14 | 0.12 | 0.10 | 350.63 | 0.39 | 0.84 |
| Hex | E6 | C6 | CB | 0 | E | C | A | 15F | 27 | 54 |
| Octal | 346 | 306 | 313 | 0 | 16 | 14 | 12 | 537 | 47 | 124 |
| Binary | 11100110 | 11000110 | 11001011 | 0 | 1110 | 1100 | 1010 | 101011111 | 100111 | 1010100 |
Color Harmonies of #E6C6CB
Complementary color
Monochromatic Colors of #E6C6CB
Black with #E6C6CB
Text Example
Text Example
White with #E6C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6CB; }
p { color: rgb(230,198,203); }
H1.HeaderClassName
{
color: #E6C6CB;
}
.AnyTagClassName
{
color: #E6C6CB;
}
</style>
background-color css
<style>
a { background-color: #E6C6CB; }
a { background-color: rgb(230,198,203); }
div.DivClassName
{
background-color: #E6C6CB;
}
.BgClassName
{
background-color: #E6C6CB;
}
</style>
border-color css
<style>
span { border-color: #E6C6CB; }
span { border-color: rgb(230,198,203); }
td.TdClassName
{
border-color: #E6C6CB;
}
.TagClassName
{
border-color: #E6C6CB;
}
</style>