Shades of Blossom #E1ADB5
Tints of Blossom #E1ADB5
RGB
CMYK
RGB Variations
Color information
#E1ADB5 (or 0xE1ADB5) is known color: Blossom. HEX triplet: E1, AD and B5. RGB value is (225,173,181). Sum of RGB (Red+Green+Blue) = 225+173+181=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADB5 is #1E524A. Grayscale: #BDBDBD. Windows color (decimal): -1987147 or 11906529. OLE color: 11906529.
HSL color Cylindrical-coordinate representation of color #E1ADB5: hue angle of 350.77º degrees, saturation: 0.46, 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 #E1ADB5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 181 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.12 |
| HSL | 350.77º | 0.46% | 0.78% | - |
| HSV(B) | 350.77º | 0.23% | 0.88% | - |
| XYZ | 54.34 | 49.23 | 50.35 | - |
| YUV | 189.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 181 | 0 | 0.23 | 0.20 | 0.12 | 350.77 | 0.46 | 0.78 |
| Hex | E1 | AD | B5 | 0 | 17 | 14 | C | 15F | 2E | 4E |
| Octal | 341 | 255 | 265 | 0 | 27 | 24 | 14 | 537 | 56 | 116 |
| Binary | 11100001 | 10101101 | 10110101 | 0 | 10111 | 10100 | 1100 | 101011111 | 101110 | 1001110 |
Color Harmonies of #E1ADB5
Complementary color
Monochromatic Colors of #E1ADB5
Black with #E1ADB5
Text Example
Text Example
White with #E1ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADB5; }
p { color: rgb(225,173,181); }
H1.HeaderClassName
{
color: #E1ADB5;
}
.AnyTagClassName
{
color: #E1ADB5;
}
</style>
background-color css
<style>
a { background-color: #E1ADB5; }
a { background-color: rgb(225,173,181); }
div.DivClassName
{
background-color: #E1ADB5;
}
.BgClassName
{
background-color: #E1ADB5;
}
</style>
border-color css
<style>
span { border-color: #E1ADB5; }
span { border-color: rgb(225,173,181); }
td.TdClassName
{
border-color: #E1ADB5;
}
.TagClassName
{
border-color: #E1ADB5;
}
</style>