Shades of Chantilly #EBC3CB
Tints of Chantilly #EBC3CB
RGB
CMYK
RGB Variations
Color information
#EBC3CB (or 0xEBC3CB) is known color: Chantilly. HEX triplet: EB, C3 and CB. RGB value is (235,195,203). Sum of RGB (Red+Green+Blue) = 235+195+203=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CB is #143C34. Grayscale: #CFCFCF. Windows color (decimal): -1326133 or 13353963. OLE color: 13353963.
HSL color Cylindrical-coordinate representation of color #EBC3CB: hue angle of 348º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3CB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 203 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.08 |
| HSL | 348º | 0.5% | 0.84% | - |
| HSV(B) | 348º | 0.17% | 0.92% | - |
| XYZ | 64.56 | 61 | 64.87 | - |
| YUV | 207.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 203 | 0 | 0.17 | 0.14 | 0.08 | 348 | 0.5 | 0.84 |
| Hex | EB | C3 | CB | 0 | 11 | E | 8 | 15C | 32 | 54 |
| Octal | 353 | 303 | 313 | 0 | 21 | 16 | 10 | 534 | 62 | 124 |
| Binary | 11101011 | 11000011 | 11001011 | 0 | 10001 | 1110 | 1000 | 101011100 | 110010 | 1010100 |
Color Harmonies of #EBC3CB
Complementary color
Monochromatic Colors of #EBC3CB
Black with #EBC3CB
Text Example
Text Example
White with #EBC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3CB; }
p { color: rgb(235,195,203); }
H1.HeaderClassName
{
color: #EBC3CB;
}
.AnyTagClassName
{
color: #EBC3CB;
}
</style>
background-color css
<style>
a { background-color: #EBC3CB; }
a { background-color: rgb(235,195,203); }
div.DivClassName
{
background-color: #EBC3CB;
}
.BgClassName
{
background-color: #EBC3CB;
}
</style>
border-color css
<style>
span { border-color: #EBC3CB; }
span { border-color: rgb(235,195,203); }
td.TdClassName
{
border-color: #EBC3CB;
}
.TagClassName
{
border-color: #EBC3CB;
}
</style>