Shades of Blossom #E4BBBF
Tints of Blossom #E4BBBF
RGB
CMYK
RGB Variations
Color information
#E4BBBF (or 0xE4BBBF) is known color: Blossom. HEX triplet: E4, BB and BF. RGB value is (228,187,191). Sum of RGB (Red+Green+Blue) = 228+187+191=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBBF is #1B4440. Grayscale: #C7C7C7. Windows color (decimal): -1786945 or 12565476. OLE color: 12565476.
HSL color Cylindrical-coordinate representation of color #E4BBBF: hue angle of 354.15º degrees, saturation: 0.43, 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 #E4BBBF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 191 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.11 |
| HSL | 354.15º | 0.43% | 0.81% | - |
| HSV(B) | 354.15º | 0.18% | 0.89% | - |
| XYZ | 59.17 | 55.8 | 56.94 | - |
| YUV | 199.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 191 | 0 | 0.18 | 0.16 | 0.11 | 354.15 | 0.43 | 0.81 |
| Hex | E4 | BB | BF | 0 | 12 | 10 | B | 162 | 2B | 51 |
| Octal | 344 | 273 | 277 | 0 | 22 | 20 | 13 | 542 | 53 | 121 |
| Binary | 11100100 | 10111011 | 10111111 | 0 | 10010 | 10000 | 1011 | 101100010 | 101011 | 1010001 |
Color Harmonies of #E4BBBF
Complementary color
Monochromatic Colors of #E4BBBF
Black with #E4BBBF
Text Example
Text Example
White with #E4BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBBF; }
p { color: rgb(228,187,191); }
H1.HeaderClassName
{
color: #E4BBBF;
}
.AnyTagClassName
{
color: #E4BBBF;
}
</style>
background-color css
<style>
a { background-color: #E4BBBF; }
a { background-color: rgb(228,187,191); }
div.DivClassName
{
background-color: #E4BBBF;
}
.BgClassName
{
background-color: #E4BBBF;
}
</style>
border-color css
<style>
span { border-color: #E4BBBF; }
span { border-color: rgb(228,187,191); }
td.TdClassName
{
border-color: #E4BBBF;
}
.TagClassName
{
border-color: #E4BBBF;
}
</style>