Shades of Chantilly #EBC3CE
Tints of Chantilly #EBC3CE
RGB
CMYK
RGB Variations
Color information
#EBC3CE (or 0xEBC3CE) is known color: Chantilly. HEX triplet: EB, C3 and CE. RGB value is (235,195,206). Sum of RGB (Red+Green+Blue) = 235+195+206=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CE is #143C31. Grayscale: #D0D0D0. Windows color (decimal): -1326130 or 13550571. OLE color: 13550571.
HSL color Cylindrical-coordinate representation of color #EBC3CE: hue angle of 343.5º 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 #EBC3CE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 206 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.08 |
| HSL | 343.5º | 0.5% | 0.84% | - |
| HSV(B) | 343.5º | 0.17% | 0.92% | - |
| XYZ | 64.92 | 61.15 | 66.77 | - |
| YUV | 208.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 206 | 0 | 0.17 | 0.12 | 0.08 | 343.5 | 0.5 | 0.84 |
| Hex | EB | C3 | CE | 0 | 11 | C | 8 | 158 | 32 | 54 |
| Octal | 353 | 303 | 316 | 0 | 21 | 14 | 10 | 530 | 62 | 124 |
| Binary | 11101011 | 11000011 | 11001110 | 0 | 10001 | 1100 | 1000 | 101011000 | 110010 | 1010100 |
Color Harmonies of #EBC3CE
Complementary color
Monochromatic Colors of #EBC3CE
Black with #EBC3CE
Text Example
Text Example
White with #EBC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3CE; }
p { color: rgb(235,195,206); }
H1.HeaderClassName
{
color: #EBC3CE;
}
.AnyTagClassName
{
color: #EBC3CE;
}
</style>
background-color css
<style>
a { background-color: #EBC3CE; }
a { background-color: rgb(235,195,206); }
div.DivClassName
{
background-color: #EBC3CE;
}
.BgClassName
{
background-color: #EBC3CE;
}
</style>
border-color css
<style>
span { border-color: #EBC3CE; }
span { border-color: rgb(235,195,206); }
td.TdClassName
{
border-color: #EBC3CE;
}
.TagClassName
{
border-color: #EBC3CE;
}
</style>