Shades of Chantilly #E6C3CB
Tints of Chantilly #E6C3CB
RGB
CMYK
RGB Variations
Color information
#E6C3CB (or 0xE6C3CB) is known color: Chantilly. HEX triplet: E6, C3 and CB. RGB value is (230,195,203). Sum of RGB (Red+Green+Blue) = 230+195+203=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3CB is #193C34. Grayscale: #CECECE. Windows color (decimal): -1653813 or 13353958. OLE color: 13353958.
HSL color Cylindrical-coordinate representation of color #E6C3CB: hue angle of 346.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3CB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 203 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.10 |
| HSL | 346.29º | 0.41% | 0.83% | - |
| HSV(B) | 346.29º | 0.15% | 0.9% | - |
| XYZ | 62.93 | 60.17 | 64.8 | - |
| YUV | 206.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 203 | 0 | 0.15 | 0.12 | 0.10 | 346.29 | 0.41 | 0.83 |
| Hex | E6 | C3 | CB | 0 | F | C | A | 15A | 29 | 53 |
| Octal | 346 | 303 | 313 | 0 | 17 | 14 | 12 | 532 | 51 | 123 |
| Binary | 11100110 | 11000011 | 11001011 | 0 | 1111 | 1100 | 1010 | 101011010 | 101001 | 1010011 |
Color Harmonies of #E6C3CB
Complementary color
Monochromatic Colors of #E6C3CB
Black with #E6C3CB
Text Example
Text Example
White with #E6C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3CB; }
p { color: rgb(230,195,203); }
H1.HeaderClassName
{
color: #E6C3CB;
}
.AnyTagClassName
{
color: #E6C3CB;
}
</style>
background-color css
<style>
a { background-color: #E6C3CB; }
a { background-color: rgb(230,195,203); }
div.DivClassName
{
background-color: #E6C3CB;
}
.BgClassName
{
background-color: #E6C3CB;
}
</style>
border-color css
<style>
span { border-color: #E6C3CB; }
span { border-color: rgb(230,195,203); }
td.TdClassName
{
border-color: #E6C3CB;
}
.TagClassName
{
border-color: #E6C3CB;
}
</style>