Shades of Blossom #E1BBBD
Tints of Blossom #E1BBBD
RGB
CMYK
RGB Variations
Color information
#E1BBBD (or 0xE1BBBD) is known color: Blossom. HEX triplet: E1, BB and BD. RGB value is (225,187,189). Sum of RGB (Red+Green+Blue) = 225+187+189=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBBD is #1E4442. Grayscale: #C6C6C6. Windows color (decimal): -1983555 or 12434401. OLE color: 12434401.
HSL color Cylindrical-coordinate representation of color #E1BBBD: hue angle of 356.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBBD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 189 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.12 |
| HSL | 356.84º | 0.39% | 0.81% | - |
| HSV(B) | 356.84º | 0.17% | 0.88% | - |
| XYZ | 58.01 | 55.22 | 55.75 | - |
| YUV | 198.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 189 | 0 | 0.17 | 0.16 | 0.12 | 356.84 | 0.39 | 0.81 |
| Hex | E1 | BB | BD | 0 | 11 | 10 | C | 165 | 27 | 51 |
| Octal | 341 | 273 | 275 | 0 | 21 | 20 | 14 | 545 | 47 | 121 |
| Binary | 11100001 | 10111011 | 10111101 | 0 | 10001 | 10000 | 1100 | 101100101 | 100111 | 1010001 |
Color Harmonies of #E1BBBD
Complementary color
Monochromatic Colors of #E1BBBD
Black with #E1BBBD
Text Example
Text Example
White with #E1BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBBD; }
p { color: rgb(225,187,189); }
H1.HeaderClassName
{
color: #E1BBBD;
}
.AnyTagClassName
{
color: #E1BBBD;
}
</style>
background-color css
<style>
a { background-color: #E1BBBD; }
a { background-color: rgb(225,187,189); }
div.DivClassName
{
background-color: #E1BBBD;
}
.BgClassName
{
background-color: #E1BBBD;
}
</style>
border-color css
<style>
span { border-color: #E1BBBD; }
span { border-color: rgb(225,187,189); }
td.TdClassName
{
border-color: #E1BBBD;
}
.TagClassName
{
border-color: #E1BBBD;
}
</style>