Shades of Blossom #E2B8BD
Tints of Blossom #E2B8BD
RGB
CMYK
RGB Variations
Color information
#E2B8BD (or 0xE2B8BD) is known color: Blossom. HEX triplet: E2, B8 and BD. RGB value is (226,184,189). Sum of RGB (Red+Green+Blue) = 226+184+189=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B8BD is #1D4742. Grayscale: #C5C5C5. Windows color (decimal): -1918787 or 12433634. OLE color: 12433634.
HSL color Cylindrical-coordinate representation of color #E2B8BD: hue angle of 352.86º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B8BD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 189 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.11 |
| HSL | 352.86º | 0.42% | 0.8% | - |
| HSV(B) | 352.86º | 0.19% | 0.89% | - |
| XYZ | 57.69 | 54.12 | 55.55 | - |
| YUV | 197.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 189 | 0 | 0.19 | 0.16 | 0.11 | 352.86 | 0.42 | 0.8 |
| Hex | E2 | B8 | BD | 0 | 13 | 10 | B | 161 | 2A | 50 |
| Octal | 342 | 270 | 275 | 0 | 23 | 20 | 13 | 541 | 52 | 120 |
| Binary | 11100010 | 10111000 | 10111101 | 0 | 10011 | 10000 | 1011 | 101100001 | 101010 | 1010000 |
Color Harmonies of #E2B8BD
Complementary color
Monochromatic Colors of #E2B8BD
Black with #E2B8BD
Text Example
Text Example
White with #E2B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8BD; }
p { color: rgb(226,184,189); }
H1.HeaderClassName
{
color: #E2B8BD;
}
.AnyTagClassName
{
color: #E2B8BD;
}
</style>
background-color css
<style>
a { background-color: #E2B8BD; }
a { background-color: rgb(226,184,189); }
div.DivClassName
{
background-color: #E2B8BD;
}
.BgClassName
{
background-color: #E2B8BD;
}
</style>
border-color css
<style>
span { border-color: #E2B8BD; }
span { border-color: rgb(226,184,189); }
td.TdClassName
{
border-color: #E2B8BD;
}
.TagClassName
{
border-color: #E2B8BD;
}
</style>