Shades of Chantilly #EBBAC5
Tints of Chantilly #EBBAC5
RGB
CMYK
RGB Variations
Color information
#EBBAC5 (or 0xEBBAC5) is known color: Chantilly. HEX triplet: EB, BA and C5. RGB value is (235,186,197). Sum of RGB (Red+Green+Blue) = 235+186+197=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC5 is #14453A. Grayscale: #C9C9C9. Windows color (decimal): -1328443 or 12958443. OLE color: 12958443.
HSL color Cylindrical-coordinate representation of color #EBBAC5: hue angle of 346.53º 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 #EBBAC5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 197 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.08 |
| HSL | 346.53º | 0.55% | 0.83% | - |
| HSV(B) | 346.53º | 0.21% | 0.92% | - |
| XYZ | 61.9 | 56.81 | 60.53 | - |
| YUV | 201.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 197 | 0 | 0.21 | 0.16 | 0.08 | 346.53 | 0.55 | 0.83 |
| Hex | EB | BA | C5 | 0 | 15 | 10 | 8 | 15B | 37 | 53 |
| Octal | 353 | 272 | 305 | 0 | 25 | 20 | 10 | 533 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11000101 | 0 | 10101 | 10000 | 1000 | 101011011 | 110111 | 1010011 |
Color Harmonies of #EBBAC5
Complementary color
Monochromatic Colors of #EBBAC5
Black with #EBBAC5
Text Example
Text Example
White with #EBBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAC5; }
p { color: rgb(235,186,197); }
H1.HeaderClassName
{
color: #EBBAC5;
}
.AnyTagClassName
{
color: #EBBAC5;
}
</style>
background-color css
<style>
a { background-color: #EBBAC5; }
a { background-color: rgb(235,186,197); }
div.DivClassName
{
background-color: #EBBAC5;
}
.BgClassName
{
background-color: #EBBAC5;
}
</style>
border-color css
<style>
span { border-color: #EBBAC5; }
span { border-color: rgb(235,186,197); }
td.TdClassName
{
border-color: #EBBAC5;
}
.TagClassName
{
border-color: #EBBAC5;
}
</style>