Shades of Blossom #E9ADB8
Tints of Blossom #E9ADB8
RGB
CMYK
RGB Variations
Color information
#E9ADB8 (or 0xE9ADB8) is known color: Blossom. HEX triplet: E9, AD and B8. RGB value is (233,173,184). Sum of RGB (Red+Green+Blue) = 233+173+184=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADB8 is #165247. Grayscale: #C0C0C0. Windows color (decimal): -1462856 or 12103145. OLE color: 12103145.
HSL color Cylindrical-coordinate representation of color #E9ADB8: hue angle of 349º 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 #E9ADB8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 184 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.09 |
| HSL | 349º | 0.58% | 0.8% | - |
| HSV(B) | 349º | 0.26% | 0.91% | - |
| XYZ | 57.2 | 50.67 | 52.11 | - |
| YUV | 192.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 184 | 0 | 0.26 | 0.21 | 0.09 | 349 | 0.58 | 0.8 |
| Hex | E9 | AD | B8 | 0 | 1A | 15 | 9 | 15D | 3A | 50 |
| Octal | 351 | 255 | 270 | 0 | 32 | 25 | 11 | 535 | 72 | 120 |
| Binary | 11101001 | 10101101 | 10111000 | 0 | 11010 | 10101 | 1001 | 101011101 | 111010 | 1010000 |
Color Harmonies of #E9ADB8
Complementary color
Monochromatic Colors of #E9ADB8
Black with #E9ADB8
Text Example
Text Example
White with #E9ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADB8; }
p { color: rgb(233,173,184); }
H1.HeaderClassName
{
color: #E9ADB8;
}
.AnyTagClassName
{
color: #E9ADB8;
}
</style>
background-color css
<style>
a { background-color: #E9ADB8; }
a { background-color: rgb(233,173,184); }
div.DivClassName
{
background-color: #E9ADB8;
}
.BgClassName
{
background-color: #E9ADB8;
}
</style>
border-color css
<style>
span { border-color: #E9ADB8; }
span { border-color: rgb(233,173,184); }
td.TdClassName
{
border-color: #E9ADB8;
}
.TagClassName
{
border-color: #E9ADB8;
}
</style>