Shades of Chantilly #EBC5CB
Tints of Chantilly #EBC5CB
RGB
CMYK
RGB Variations
Color information
#EBC5CB (or 0xEBC5CB) is known color: Chantilly. HEX triplet: EB, C5 and CB. RGB value is (235,197,203). Sum of RGB (Red+Green+Blue) = 235+197+203=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CB is #143A34. Grayscale: #D1D1D1. Windows color (decimal): -1325621 or 13354475. OLE color: 13354475.
HSL color Cylindrical-coordinate representation of color #EBC5CB: hue angle of 350.53º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5CB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 203 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.08 |
| HSL | 350.53º | 0.49% | 0.85% | - |
| HSV(B) | 350.53º | 0.16% | 0.92% | - |
| XYZ | 65.01 | 61.91 | 65.02 | - |
| YUV | 209.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 203 | 0 | 0.16 | 0.14 | 0.08 | 350.53 | 0.49 | 0.85 |
| Hex | EB | C5 | CB | 0 | 10 | E | 8 | 15F | 31 | 55 |
| Octal | 353 | 305 | 313 | 0 | 20 | 16 | 10 | 537 | 61 | 125 |
| Binary | 11101011 | 11000101 | 11001011 | 0 | 10000 | 1110 | 1000 | 101011111 | 110001 | 1010101 |
Color Harmonies of #EBC5CB
Complementary color
Monochromatic Colors of #EBC5CB
Black with #EBC5CB
Text Example
Text Example
White with #EBC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5CB; }
p { color: rgb(235,197,203); }
H1.HeaderClassName
{
color: #EBC5CB;
}
.AnyTagClassName
{
color: #EBC5CB;
}
</style>
background-color css
<style>
a { background-color: #EBC5CB; }
a { background-color: rgb(235,197,203); }
div.DivClassName
{
background-color: #EBC5CB;
}
.BgClassName
{
background-color: #EBC5CB;
}
</style>
border-color css
<style>
span { border-color: #EBC5CB; }
span { border-color: rgb(235,197,203); }
td.TdClassName
{
border-color: #EBC5CB;
}
.TagClassName
{
border-color: #EBC5CB;
}
</style>