Shades of Blossom #E0B7BD
Tints of Blossom #E0B7BD
RGB
CMYK
RGB Variations
Color information
#E0B7BD (or 0xE0B7BD) is known color: Blossom. HEX triplet: E0, B7 and BD. RGB value is (224,183,189). Sum of RGB (Red+Green+Blue) = 224+183+189=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B7BD is #1F4842. Grayscale: #C3C3C3. Windows color (decimal): -2050115 or 12433376. OLE color: 12433376.
HSL color Cylindrical-coordinate representation of color #E0B7BD: hue angle of 351.22º 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 #E0B7BD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 189 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.12 |
| HSL | 351.22º | 0.4% | 0.8% | - |
| HSV(B) | 351.22º | 0.18% | 0.88% | - |
| XYZ | 56.86 | 53.39 | 55.45 | - |
| YUV | 195.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 189 | 0 | 0.18 | 0.16 | 0.12 | 351.22 | 0.4 | 0.8 |
| Hex | E0 | B7 | BD | 0 | 12 | 10 | C | 15F | 28 | 50 |
| Octal | 340 | 267 | 275 | 0 | 22 | 20 | 14 | 537 | 50 | 120 |
| Binary | 11100000 | 10110111 | 10111101 | 0 | 10010 | 10000 | 1100 | 101011111 | 101000 | 1010000 |
Color Harmonies of #E0B7BD
Complementary color
Monochromatic Colors of #E0B7BD
Black with #E0B7BD
Text Example
Text Example
White with #E0B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7BD; }
p { color: rgb(224,183,189); }
H1.HeaderClassName
{
color: #E0B7BD;
}
.AnyTagClassName
{
color: #E0B7BD;
}
</style>
background-color css
<style>
a { background-color: #E0B7BD; }
a { background-color: rgb(224,183,189); }
div.DivClassName
{
background-color: #E0B7BD;
}
.BgClassName
{
background-color: #E0B7BD;
}
</style>
border-color css
<style>
span { border-color: #E0B7BD; }
span { border-color: rgb(224,183,189); }
td.TdClassName
{
border-color: #E0B7BD;
}
.TagClassName
{
border-color: #E0B7BD;
}
</style>