Shades of Chantilly #EBBBC2
Tints of Chantilly #EBBBC2
RGB
CMYK
RGB Variations
Color information
#EBBBC2 (or 0xEBBBC2) is known color: Chantilly. HEX triplet: EB, BB and C2. RGB value is (235,187,194). Sum of RGB (Red+Green+Blue) = 235+187+194=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC2 is #14443D. Grayscale: #CACACA. Windows color (decimal): -1328190 or 12762091. OLE color: 12762091.
HSL color Cylindrical-coordinate representation of color #EBBBC2: hue angle of 351.25º 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 #EBBBC2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 194 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 351.25º | 0.55% | 0.83% | - |
| HSV(B) | 351.25º | 0.2% | 0.92% | - |
| XYZ | 61.77 | 57.1 | 58.8 | - |
| YUV | 202.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 194 | 0 | 0.20 | 0.17 | 0.08 | 351.25 | 0.55 | 0.83 |
| Hex | EB | BB | C2 | 0 | 14 | 11 | 8 | 15F | 37 | 53 |
| Octal | 353 | 273 | 302 | 0 | 24 | 21 | 10 | 537 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11000010 | 0 | 10100 | 10001 | 1000 | 101011111 | 110111 | 1010011 |
Color Harmonies of #EBBBC2
Complementary color
Monochromatic Colors of #EBBBC2
Black with #EBBBC2
Text Example
Text Example
White with #EBBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBC2; }
p { color: rgb(235,187,194); }
H1.HeaderClassName
{
color: #EBBBC2;
}
.AnyTagClassName
{
color: #EBBBC2;
}
</style>
background-color css
<style>
a { background-color: #EBBBC2; }
a { background-color: rgb(235,187,194); }
div.DivClassName
{
background-color: #EBBBC2;
}
.BgClassName
{
background-color: #EBBBC2;
}
</style>
border-color css
<style>
span { border-color: #EBBBC2; }
span { border-color: rgb(235,187,194); }
td.TdClassName
{
border-color: #EBBBC2;
}
.TagClassName
{
border-color: #EBBBC2;
}
</style>