Shades of Blossom #E9ADB5
Tints of Blossom #E9ADB5
RGB
CMYK
RGB Variations
Color information
#E9ADB5 (or 0xE9ADB5) is known color: Blossom. HEX triplet: E9, AD and B5. RGB value is (233,173,181). Sum of RGB (Red+Green+Blue) = 233+173+181=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADB5 is #16524A. Grayscale: #BFBFBF. Windows color (decimal): -1462859 or 11906537. OLE color: 11906537.
HSL color Cylindrical-coordinate representation of color #E9ADB5: hue angle of 352º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADB5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 181 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.09 |
| HSL | 352º | 0.58% | 0.8% | - |
| HSV(B) | 352º | 0.26% | 0.91% | - |
| XYZ | 56.89 | 50.55 | 50.47 | - |
| YUV | 191.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 181 | 0 | 0.26 | 0.22 | 0.09 | 352 | 0.58 | 0.8 |
| Hex | E9 | AD | B5 | 0 | 1A | 16 | 9 | 160 | 3A | 50 |
| Octal | 351 | 255 | 265 | 0 | 32 | 26 | 11 | 540 | 72 | 120 |
| Binary | 11101001 | 10101101 | 10110101 | 0 | 11010 | 10110 | 1001 | 101100000 | 111010 | 1010000 |
Color Harmonies of #E9ADB5
Complementary color
Monochromatic Colors of #E9ADB5
Black with #E9ADB5
Text Example
Text Example
White with #E9ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADB5; }
p { color: rgb(233,173,181); }
H1.HeaderClassName
{
color: #E9ADB5;
}
.AnyTagClassName
{
color: #E9ADB5;
}
</style>
background-color css
<style>
a { background-color: #E9ADB5; }
a { background-color: rgb(233,173,181); }
div.DivClassName
{
background-color: #E9ADB5;
}
.BgClassName
{
background-color: #E9ADB5;
}
</style>
border-color css
<style>
span { border-color: #E9ADB5; }
span { border-color: rgb(233,173,181); }
td.TdClassName
{
border-color: #E9ADB5;
}
.TagClassName
{
border-color: #E9ADB5;
}
</style>