Shades of Chantilly #EBBBC5
Tints of Chantilly #EBBBC5
RGB
CMYK
RGB Variations
Color information
#EBBBC5 (or 0xEBBBC5) is known color: Chantilly. HEX triplet: EB, BB and C5. RGB value is (235,187,197). Sum of RGB (Red+Green+Blue) = 235+187+197=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC5 is #14443A. Grayscale: #CACACA. Windows color (decimal): -1328187 or 12958699. OLE color: 12958699.
HSL color Cylindrical-coordinate representation of color #EBBBC5: hue angle of 347.5º degrees, saturation: 0.55, 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 #EBBBC5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 197 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 347.5º | 0.55% | 0.83% | - |
| HSV(B) | 347.5º | 0.2% | 0.92% | - |
| XYZ | 62.11 | 57.23 | 60.6 | - |
| YUV | 202.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 197 | 0 | 0.20 | 0.16 | 0.08 | 347.5 | 0.55 | 0.83 |
| Hex | EB | BB | C5 | 0 | 14 | 10 | 8 | 15C | 37 | 53 |
| Octal | 353 | 273 | 305 | 0 | 24 | 20 | 10 | 534 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11000101 | 0 | 10100 | 10000 | 1000 | 101011100 | 110111 | 1010011 |
Color Harmonies of #EBBBC5
Complementary color
Monochromatic Colors of #EBBBC5
Black with #EBBBC5
Text Example
Text Example
White with #EBBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBC5; }
p { color: rgb(235,187,197); }
H1.HeaderClassName
{
color: #EBBBC5;
}
.AnyTagClassName
{
color: #EBBBC5;
}
</style>
background-color css
<style>
a { background-color: #EBBBC5; }
a { background-color: rgb(235,187,197); }
div.DivClassName
{
background-color: #EBBBC5;
}
.BgClassName
{
background-color: #EBBBC5;
}
</style>
border-color css
<style>
span { border-color: #EBBBC5; }
span { border-color: rgb(235,187,197); }
td.TdClassName
{
border-color: #EBBBC5;
}
.TagClassName
{
border-color: #EBBBC5;
}
</style>