Shades of Blossom #E1B9BB
Tints of Blossom #E1B9BB
RGB
CMYK
RGB Variations
Color information
#E1B9BB (or 0xE1B9BB) is known color: Blossom. HEX triplet: E1, B9 and BB. RGB value is (225,185,187). Sum of RGB (Red+Green+Blue) = 225+185+187=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9BB is #1E4644. Grayscale: #C5C5C5. Windows color (decimal): -1984069 or 12302817. OLE color: 12302817.
HSL color Cylindrical-coordinate representation of color #E1B9BB: hue angle of 357º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9BB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 187 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.12 |
| HSL | 357º | 0.4% | 0.8% | - |
| HSV(B) | 357º | 0.18% | 0.88% | - |
| XYZ | 57.37 | 54.29 | 54.47 | - |
| YUV | 197.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 187 | 0 | 0.18 | 0.17 | 0.12 | 357 | 0.4 | 0.8 |
| Hex | E1 | B9 | BB | 0 | 12 | 11 | C | 165 | 28 | 50 |
| Octal | 341 | 271 | 273 | 0 | 22 | 21 | 14 | 545 | 50 | 120 |
| Binary | 11100001 | 10111001 | 10111011 | 0 | 10010 | 10001 | 1100 | 101100101 | 101000 | 1010000 |
Color Harmonies of #E1B9BB
Complementary color
Monochromatic Colors of #E1B9BB
Black with #E1B9BB
Text Example
Text Example
White with #E1B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9BB; }
p { color: rgb(225,185,187); }
H1.HeaderClassName
{
color: #E1B9BB;
}
.AnyTagClassName
{
color: #E1B9BB;
}
</style>
background-color css
<style>
a { background-color: #E1B9BB; }
a { background-color: rgb(225,185,187); }
div.DivClassName
{
background-color: #E1B9BB;
}
.BgClassName
{
background-color: #E1B9BB;
}
</style>
border-color css
<style>
span { border-color: #E1B9BB; }
span { border-color: rgb(225,185,187); }
td.TdClassName
{
border-color: #E1B9BB;
}
.TagClassName
{
border-color: #E1B9BB;
}
</style>