Shades of Blossom #E3BBBD
Tints of Blossom #E3BBBD
RGB
CMYK
RGB Variations
Color information
#E3BBBD (or 0xE3BBBD) is known color: Blossom. HEX triplet: E3, BB and BD. RGB value is (227,187,189). Sum of RGB (Red+Green+Blue) = 227+187+189=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BBBD is #1C4442. Grayscale: #C7C7C7. Windows color (decimal): -1852483 or 12434403. OLE color: 12434403.
HSL color Cylindrical-coordinate representation of color #E3BBBD: hue angle of 357º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3BBBD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 189 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.11 |
| HSL | 357º | 0.42% | 0.81% | - |
| HSV(B) | 357º | 0.18% | 0.89% | - |
| XYZ | 58.63 | 55.55 | 55.78 | - |
| YUV | 199.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 189 | 0 | 0.18 | 0.17 | 0.11 | 357 | 0.42 | 0.81 |
| Hex | E3 | BB | BD | 0 | 12 | 11 | B | 165 | 2A | 51 |
| Octal | 343 | 273 | 275 | 0 | 22 | 21 | 13 | 545 | 52 | 121 |
| Binary | 11100011 | 10111011 | 10111101 | 0 | 10010 | 10001 | 1011 | 101100101 | 101010 | 1010001 |
Color Harmonies of #E3BBBD
Complementary color
Monochromatic Colors of #E3BBBD
Black with #E3BBBD
Text Example
Text Example
White with #E3BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BBBD; }
p { color: rgb(227,187,189); }
H1.HeaderClassName
{
color: #E3BBBD;
}
.AnyTagClassName
{
color: #E3BBBD;
}
</style>
background-color css
<style>
a { background-color: #E3BBBD; }
a { background-color: rgb(227,187,189); }
div.DivClassName
{
background-color: #E3BBBD;
}
.BgClassName
{
background-color: #E3BBBD;
}
</style>
border-color css
<style>
span { border-color: #E3BBBD; }
span { border-color: rgb(227,187,189); }
td.TdClassName
{
border-color: #E3BBBD;
}
.TagClassName
{
border-color: #E3BBBD;
}
</style>