Shades of Chantilly #EBBAC0
Tints of Chantilly #EBBAC0
RGB
CMYK
RGB Variations
Color information
#EBBAC0 (or 0xEBBAC0) is known color: Chantilly. HEX triplet: EB, BA and C0. RGB value is (235,186,192). Sum of RGB (Red+Green+Blue) = 235+186+192=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC0 is #14453F. Grayscale: #C9C9C9. Windows color (decimal): -1328448 or 12630763. OLE color: 12630763.
HSL color Cylindrical-coordinate representation of color #EBBAC0: hue angle of 352.65º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAC0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 192 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.08 |
| HSL | 352.65º | 0.55% | 0.83% | - |
| HSV(B) | 352.65º | 0.21% | 0.92% | - |
| XYZ | 61.33 | 56.59 | 57.56 | - |
| YUV | 201.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 192 | 0 | 0.21 | 0.18 | 0.08 | 352.65 | 0.55 | 0.83 |
| Hex | EB | BA | C0 | 0 | 15 | 12 | 8 | 161 | 37 | 53 |
| Octal | 353 | 272 | 300 | 0 | 25 | 22 | 10 | 541 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11000000 | 0 | 10101 | 10010 | 1000 | 101100001 | 110111 | 1010011 |
Color Harmonies of #EBBAC0
Complementary color
Monochromatic Colors of #EBBAC0
Black with #EBBAC0
Text Example
Text Example
White with #EBBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAC0; }
p { color: rgb(235,186,192); }
H1.HeaderClassName
{
color: #EBBAC0;
}
.AnyTagClassName
{
color: #EBBAC0;
}
</style>
background-color css
<style>
a { background-color: #EBBAC0; }
a { background-color: rgb(235,186,192); }
div.DivClassName
{
background-color: #EBBAC0;
}
.BgClassName
{
background-color: #EBBAC0;
}
</style>
border-color css
<style>
span { border-color: #EBBAC0; }
span { border-color: rgb(235,186,192); }
td.TdClassName
{
border-color: #EBBAC0;
}
.TagClassName
{
border-color: #EBBAC0;
}
</style>