Shades of Blossom #E4BBBC
Tints of Blossom #E4BBBC
RGB
CMYK
RGB Variations
Color information
#E4BBBC (or 0xE4BBBC) is known color: Blossom. HEX triplet: E4, BB and BC. RGB value is (228,187,188). Sum of RGB (Red+Green+Blue) = 228+187+188=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBBC is #1B4443. Grayscale: #C7C7C7. Windows color (decimal): -1786948 or 12368868. OLE color: 12368868.
HSL color Cylindrical-coordinate representation of color #E4BBBC: hue angle of 358.54º 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 #E4BBBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 188 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.11 |
| HSL | 358.54º | 0.43% | 0.81% | - |
| HSV(B) | 358.54º | 0.18% | 0.89% | - |
| XYZ | 58.84 | 55.67 | 55.22 | - |
| YUV | 199.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 188 | 0 | 0.18 | 0.18 | 0.11 | 358.54 | 0.43 | 0.81 |
| Hex | E4 | BB | BC | 0 | 12 | 12 | B | 167 | 2B | 51 |
| Octal | 344 | 273 | 274 | 0 | 22 | 22 | 13 | 547 | 53 | 121 |
| Binary | 11100100 | 10111011 | 10111100 | 0 | 10010 | 10010 | 1011 | 101100111 | 101011 | 1010001 |
Color Harmonies of #E4BBBC
Complementary color
Monochromatic Colors of #E4BBBC
Black with #E4BBBC
Text Example
Text Example
White with #E4BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBBC; }
p { color: rgb(228,187,188); }
H1.HeaderClassName
{
color: #E4BBBC;
}
.AnyTagClassName
{
color: #E4BBBC;
}
</style>
background-color css
<style>
a { background-color: #E4BBBC; }
a { background-color: rgb(228,187,188); }
div.DivClassName
{
background-color: #E4BBBC;
}
.BgClassName
{
background-color: #E4BBBC;
}
</style>
border-color css
<style>
span { border-color: #E4BBBC; }
span { border-color: rgb(228,187,188); }
td.TdClassName
{
border-color: #E4BBBC;
}
.TagClassName
{
border-color: #E4BBBC;
}
</style>