Shades of Chantilly #EBBEC9
Tints of Chantilly #EBBEC9
RGB
CMYK
RGB Variations
Color information
#EBBEC9 (or 0xEBBEC9) is known color: Chantilly. HEX triplet: EB, BE and C9. RGB value is (235,190,201). Sum of RGB (Red+Green+Blue) = 235+190+201=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEC9 is #144136. Grayscale: #CCCCCC. Windows color (decimal): -1327415 or 13221611. OLE color: 13221611.
HSL color Cylindrical-coordinate representation of color #EBBEC9: hue angle of 345.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEC9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 201 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.08 |
| HSL | 345.33º | 0.53% | 0.83% | - |
| HSV(B) | 345.33º | 0.19% | 0.92% | - |
| XYZ | 63.22 | 58.71 | 63.26 | - |
| YUV | 204.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 201 | 0 | 0.19 | 0.14 | 0.08 | 345.33 | 0.53 | 0.83 |
| Hex | EB | BE | C9 | 0 | 13 | E | 8 | 159 | 35 | 53 |
| Octal | 353 | 276 | 311 | 0 | 23 | 16 | 10 | 531 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11001001 | 0 | 10011 | 1110 | 1000 | 101011001 | 110101 | 1010011 |
Color Harmonies of #EBBEC9
Complementary color
Monochromatic Colors of #EBBEC9
Black with #EBBEC9
Text Example
Text Example
White with #EBBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEC9; }
p { color: rgb(235,190,201); }
H1.HeaderClassName
{
color: #EBBEC9;
}
.AnyTagClassName
{
color: #EBBEC9;
}
</style>
background-color css
<style>
a { background-color: #EBBEC9; }
a { background-color: rgb(235,190,201); }
div.DivClassName
{
background-color: #EBBEC9;
}
.BgClassName
{
background-color: #EBBEC9;
}
</style>
border-color css
<style>
span { border-color: #EBBEC9; }
span { border-color: rgb(235,190,201); }
td.TdClassName
{
border-color: #EBBEC9;
}
.TagClassName
{
border-color: #EBBEC9;
}
</style>