Shades of Chantilly #E6C4CB
Tints of Chantilly #E6C4CB
RGB
CMYK
RGB Variations
Color information
#E6C4CB (or 0xE6C4CB) is known color: Chantilly. HEX triplet: E6, C4 and CB. RGB value is (230,196,203). Sum of RGB (Red+Green+Blue) = 230+196+203=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4CB is #193B34. Grayscale: #CECECE. Windows color (decimal): -1653557 or 13354214. OLE color: 13354214.
HSL color Cylindrical-coordinate representation of color #E6C4CB: hue angle of 347.65º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C4CB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 203 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.10 |
| HSL | 347.65º | 0.4% | 0.84% | - |
| HSV(B) | 347.65º | 0.15% | 0.9% | - |
| XYZ | 63.15 | 60.61 | 64.87 | - |
| YUV | 206.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 203 | 0 | 0.15 | 0.12 | 0.10 | 347.65 | 0.4 | 0.84 |
| Hex | E6 | C4 | CB | 0 | F | C | A | 15C | 28 | 54 |
| Octal | 346 | 304 | 313 | 0 | 17 | 14 | 12 | 534 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11001011 | 0 | 1111 | 1100 | 1010 | 101011100 | 101000 | 1010100 |
Color Harmonies of #E6C4CB
Complementary color
Monochromatic Colors of #E6C4CB
Black with #E6C4CB
Text Example
Text Example
White with #E6C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4CB; }
p { color: rgb(230,196,203); }
H1.HeaderClassName
{
color: #E6C4CB;
}
.AnyTagClassName
{
color: #E6C4CB;
}
</style>
background-color css
<style>
a { background-color: #E6C4CB; }
a { background-color: rgb(230,196,203); }
div.DivClassName
{
background-color: #E6C4CB;
}
.BgClassName
{
background-color: #E6C4CB;
}
</style>
border-color css
<style>
span { border-color: #E6C4CB; }
span { border-color: rgb(230,196,203); }
td.TdClassName
{
border-color: #E6C4CB;
}
.TagClassName
{
border-color: #E6C4CB;
}
</style>