Shades of Chantilly #E5C3CB
Tints of Chantilly #E5C3CB
RGB
CMYK
RGB Variations
Color information
#E5C3CB (or 0xE5C3CB) is known color: Chantilly. HEX triplet: E5, C3 and CB. RGB value is (229,195,203). Sum of RGB (Red+Green+Blue) = 229+195+203=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3CB is #1A3C34. Grayscale: #CECECE. Windows color (decimal): -1719349 or 13353957. OLE color: 13353957.
HSL color Cylindrical-coordinate representation of color #E5C3CB: hue angle of 345.88º degrees, saturation: 0.4, 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 #E5C3CB is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 203 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.10 |
| HSL | 345.88º | 0.4% | 0.83% | - |
| HSV(B) | 345.88º | 0.15% | 0.9% | - |
| XYZ | 62.61 | 60 | 64.78 | - |
| YUV | 206.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 203 | 0 | 0.15 | 0.11 | 0.10 | 345.88 | 0.4 | 0.83 |
| Hex | E5 | C3 | CB | 0 | F | B | A | 15A | 28 | 53 |
| Octal | 345 | 303 | 313 | 0 | 17 | 13 | 12 | 532 | 50 | 123 |
| Binary | 11100101 | 11000011 | 11001011 | 0 | 1111 | 1011 | 1010 | 101011010 | 101000 | 1010011 |
Color Harmonies of #E5C3CB
Complementary color
Monochromatic Colors of #E5C3CB
Black with #E5C3CB
Text Example
Text Example
White with #E5C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3CB; }
p { color: rgb(229,195,203); }
H1.HeaderClassName
{
color: #E5C3CB;
}
.AnyTagClassName
{
color: #E5C3CB;
}
</style>
background-color css
<style>
a { background-color: #E5C3CB; }
a { background-color: rgb(229,195,203); }
div.DivClassName
{
background-color: #E5C3CB;
}
.BgClassName
{
background-color: #E5C3CB;
}
</style>
border-color css
<style>
span { border-color: #E5C3CB; }
span { border-color: rgb(229,195,203); }
td.TdClassName
{
border-color: #E5C3CB;
}
.TagClassName
{
border-color: #E5C3CB;
}
</style>