Shades of Blossom #E0B8BC
Tints of Blossom #E0B8BC
RGB
CMYK
RGB Variations
Color information
#E0B8BC (or 0xE0B8BC) is known color: Blossom. HEX triplet: E0, B8 and BC. RGB value is (224,184,188). Sum of RGB (Red+Green+Blue) = 224+184+188=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8BC is #1F4743. Grayscale: #C4C4C4. Windows color (decimal): -2049860 or 12368096. OLE color: 12368096.
HSL color Cylindrical-coordinate representation of color #E0B8BC: hue angle of 354º degrees, saturation: 0.39, 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 #E0B8BC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 188 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.12 |
| HSL | 354º | 0.39% | 0.8% | - |
| HSV(B) | 354º | 0.18% | 0.88% | - |
| XYZ | 56.96 | 53.76 | 54.95 | - |
| YUV | 196.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 188 | 0 | 0.18 | 0.16 | 0.12 | 354 | 0.39 | 0.8 |
| Hex | E0 | B8 | BC | 0 | 12 | 10 | C | 162 | 27 | 50 |
| Octal | 340 | 270 | 274 | 0 | 22 | 20 | 14 | 542 | 47 | 120 |
| Binary | 11100000 | 10111000 | 10111100 | 0 | 10010 | 10000 | 1100 | 101100010 | 100111 | 1010000 |
Color Harmonies of #E0B8BC
Complementary color
Monochromatic Colors of #E0B8BC
Black with #E0B8BC
Text Example
Text Example
White with #E0B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8BC; }
p { color: rgb(224,184,188); }
H1.HeaderClassName
{
color: #E0B8BC;
}
.AnyTagClassName
{
color: #E0B8BC;
}
</style>
background-color css
<style>
a { background-color: #E0B8BC; }
a { background-color: rgb(224,184,188); }
div.DivClassName
{
background-color: #E0B8BC;
}
.BgClassName
{
background-color: #E0B8BC;
}
</style>
border-color css
<style>
span { border-color: #E0B8BC; }
span { border-color: rgb(224,184,188); }
td.TdClassName
{
border-color: #E0B8BC;
}
.TagClassName
{
border-color: #E0B8BC;
}
</style>