Shades of Chantilly #EBBAC9
Tints of Chantilly #EBBAC9
RGB
CMYK
RGB Variations
Color information
#EBBAC9 (or 0xEBBAC9) is known color: Chantilly. HEX triplet: EB, BA and C9. RGB value is (235,186,201). Sum of RGB (Red+Green+Blue) = 235+186+201=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC9 is #144536. Grayscale: #CACACA. Windows color (decimal): -1328439 or 13220587. OLE color: 13220587.
HSL color Cylindrical-coordinate representation of color #EBBAC9: hue angle of 341.63º 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 #EBBAC9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 201 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.08 |
| HSL | 341.63º | 0.55% | 0.83% | - |
| HSV(B) | 341.63º | 0.21% | 0.92% | - |
| XYZ | 62.36 | 57 | 62.97 | - |
| YUV | 202.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 201 | 0 | 0.21 | 0.14 | 0.08 | 341.63 | 0.55 | 0.83 |
| Hex | EB | BA | C9 | 0 | 15 | E | 8 | 156 | 37 | 53 |
| Octal | 353 | 272 | 311 | 0 | 25 | 16 | 10 | 526 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11001001 | 0 | 10101 | 1110 | 1000 | 101010110 | 110111 | 1010011 |
Color Harmonies of #EBBAC9
Complementary color
Monochromatic Colors of #EBBAC9
Black with #EBBAC9
Text Example
Text Example
White with #EBBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAC9; }
p { color: rgb(235,186,201); }
H1.HeaderClassName
{
color: #EBBAC9;
}
.AnyTagClassName
{
color: #EBBAC9;
}
</style>
background-color css
<style>
a { background-color: #EBBAC9; }
a { background-color: rgb(235,186,201); }
div.DivClassName
{
background-color: #EBBAC9;
}
.BgClassName
{
background-color: #EBBAC9;
}
</style>
border-color css
<style>
span { border-color: #EBBAC9; }
span { border-color: rgb(235,186,201); }
td.TdClassName
{
border-color: #EBBAC9;
}
.TagClassName
{
border-color: #EBBAC9;
}
</style>