Shades of Blossom #E0BDC0
Tints of Blossom #E0BDC0
RGB
CMYK
RGB Variations
Color information
#E0BDC0 (or 0xE0BDC0) is known color: Blossom. HEX triplet: E0, BD and C0. RGB value is (224,189,192). Sum of RGB (Red+Green+Blue) = 224+189+192=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC0 is #1F423F. Grayscale: #C7C7C7. Windows color (decimal): -2048576 or 12631520. OLE color: 12631520.
HSL color Cylindrical-coordinate representation of color #E0BDC0: hue angle of 354.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDC0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 192 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.12 |
| HSL | 354.86º | 0.36% | 0.81% | - |
| HSV(B) | 354.86º | 0.16% | 0.88% | - |
| XYZ | 58.45 | 56.05 | 57.61 | - |
| YUV | 199.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 192 | 0 | 0.16 | 0.14 | 0.12 | 354.86 | 0.36 | 0.81 |
| Hex | E0 | BD | C0 | 0 | 10 | E | C | 163 | 24 | 51 |
| Octal | 340 | 275 | 300 | 0 | 20 | 16 | 14 | 543 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11000000 | 0 | 10000 | 1110 | 1100 | 101100011 | 100100 | 1010001 |
Color Harmonies of #E0BDC0
Complementary color
Monochromatic Colors of #E0BDC0
Black with #E0BDC0
Text Example
Text Example
White with #E0BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDC0; }
p { color: rgb(224,189,192); }
H1.HeaderClassName
{
color: #E0BDC0;
}
.AnyTagClassName
{
color: #E0BDC0;
}
</style>
background-color css
<style>
a { background-color: #E0BDC0; }
a { background-color: rgb(224,189,192); }
div.DivClassName
{
background-color: #E0BDC0;
}
.BgClassName
{
background-color: #E0BDC0;
}
</style>
border-color css
<style>
span { border-color: #E0BDC0; }
span { border-color: rgb(224,189,192); }
td.TdClassName
{
border-color: #E0BDC0;
}
.TagClassName
{
border-color: #E0BDC0;
}
</style>