Shades of Blossom #E0ADB5
Tints of Blossom #E0ADB5
RGB
CMYK
RGB Variations
Color information
#E0ADB5 (or 0xE0ADB5) is known color: Blossom. HEX triplet: E0, AD and B5. RGB value is (224,173,181). Sum of RGB (Red+Green+Blue) = 224+173+181=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADB5 is #1F524A. Grayscale: #BDBDBD. Windows color (decimal): -2052683 or 11906528. OLE color: 11906528.
HSL color Cylindrical-coordinate representation of color #E0ADB5: hue angle of 350.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ADB5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 181 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.12 |
| HSL | 350.59º | 0.45% | 0.78% | - |
| HSV(B) | 350.59º | 0.23% | 0.88% | - |
| XYZ | 54.02 | 49.07 | 50.34 | - |
| YUV | 189.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 181 | 0 | 0.23 | 0.19 | 0.12 | 350.59 | 0.45 | 0.78 |
| Hex | E0 | AD | B5 | 0 | 17 | 13 | C | 15F | 2D | 4E |
| Octal | 340 | 255 | 265 | 0 | 27 | 23 | 14 | 537 | 55 | 116 |
| Binary | 11100000 | 10101101 | 10110101 | 0 | 10111 | 10011 | 1100 | 101011111 | 101101 | 1001110 |
Color Harmonies of #E0ADB5
Complementary color
Monochromatic Colors of #E0ADB5
Black with #E0ADB5
Text Example
Text Example
White with #E0ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADB5; }
p { color: rgb(224,173,181); }
H1.HeaderClassName
{
color: #E0ADB5;
}
.AnyTagClassName
{
color: #E0ADB5;
}
</style>
background-color css
<style>
a { background-color: #E0ADB5; }
a { background-color: rgb(224,173,181); }
div.DivClassName
{
background-color: #E0ADB5;
}
.BgClassName
{
background-color: #E0ADB5;
}
</style>
border-color css
<style>
span { border-color: #E0ADB5; }
span { border-color: rgb(224,173,181); }
td.TdClassName
{
border-color: #E0ADB5;
}
.TagClassName
{
border-color: #E0ADB5;
}
</style>