Shades of Chantilly #EBBCCE
Tints of Chantilly #EBBCCE
RGB
CMYK
RGB Variations
Color information
#EBBCCE (or 0xEBBCCE) is known color: Chantilly. HEX triplet: EB, BC and CE. RGB value is (235,188,206). Sum of RGB (Red+Green+Blue) = 235+188+206=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCCE is #144331. Grayscale: #CCCCCC. Windows color (decimal): -1327922 or 13548779. OLE color: 13548779.
HSL color Cylindrical-coordinate representation of color #EBBCCE: hue angle of 337.02º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCCE is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 206 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.08 |
| HSL | 337.02º | 0.54% | 0.83% | - |
| HSV(B) | 337.02º | 0.2% | 0.92% | - |
| XYZ | 63.38 | 58.08 | 66.26 | - |
| YUV | 204.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 206 | 0 | 0.2 | 0.12 | 0.08 | 337.02 | 0.54 | 0.83 |
| Hex | EB | BC | CE | 0 | 14 | C | 8 | 151 | 36 | 53 |
| Octal | 353 | 274 | 316 | 0 | 24 | 14 | 10 | 521 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11001110 | 0 | 10100 | 1100 | 1000 | 101010001 | 110110 | 1010011 |
Color Harmonies of #EBBCCE
Complementary color
Monochromatic Colors of #EBBCCE
Black with #EBBCCE
Text Example
Text Example
White with #EBBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCCE; }
p { color: rgb(235,188,206); }
H1.HeaderClassName
{
color: #EBBCCE;
}
.AnyTagClassName
{
color: #EBBCCE;
}
</style>
background-color css
<style>
a { background-color: #EBBCCE; }
a { background-color: rgb(235,188,206); }
div.DivClassName
{
background-color: #EBBCCE;
}
.BgClassName
{
background-color: #EBBCCE;
}
</style>
border-color css
<style>
span { border-color: #EBBCCE; }
span { border-color: rgb(235,188,206); }
td.TdClassName
{
border-color: #EBBCCE;
}
.TagClassName
{
border-color: #EBBCCE;
}
</style>