Shades of Blossom #E1ADB4
Tints of Blossom #E1ADB4
RGB
CMYK
RGB Variations
Color information
#E1ADB4 (or 0xE1ADB4) is known color: Blossom. HEX triplet: E1, AD and B4. RGB value is (225,173,180). Sum of RGB (Red+Green+Blue) = 225+173+180=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADB4 is #1E524B. Grayscale: #BDBDBD. Windows color (decimal): -1987148 or 11840993. OLE color: 11840993.
HSL color Cylindrical-coordinate representation of color #E1ADB4: hue angle of 351.92º 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 #E1ADB4 is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 180 | - |
| CMYK | 0 | 0.23 | 0.2 | 0.12 |
| HSL | 351.92º | 0.46% | 0.78% | - |
| HSV(B) | 351.92º | 0.23% | 0.88% | - |
| XYZ | 54.23 | 49.19 | 49.82 | - |
| YUV | 189.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 180 | 0 | 0.23 | 0.2 | 0.12 | 351.92 | 0.46 | 0.78 |
| Hex | E1 | AD | B4 | 0 | 17 | 14 | C | 160 | 2E | 4E |
| Octal | 341 | 255 | 264 | 0 | 27 | 24 | 14 | 540 | 56 | 116 |
| Binary | 11100001 | 10101101 | 10110100 | 0 | 10111 | 10100 | 1100 | 101100000 | 101110 | 1001110 |
Color Harmonies of #E1ADB4
Complementary color
Monochromatic Colors of #E1ADB4
Black with #E1ADB4
Text Example
Text Example
White with #E1ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADB4; }
p { color: rgb(225,173,180); }
H1.HeaderClassName
{
color: #E1ADB4;
}
.AnyTagClassName
{
color: #E1ADB4;
}
</style>
background-color css
<style>
a { background-color: #E1ADB4; }
a { background-color: rgb(225,173,180); }
div.DivClassName
{
background-color: #E1ADB4;
}
.BgClassName
{
background-color: #E1ADB4;
}
</style>
border-color css
<style>
span { border-color: #E1ADB4; }
span { border-color: rgb(225,173,180); }
td.TdClassName
{
border-color: #E1ADB4;
}
.TagClassName
{
border-color: #E1ADB4;
}
</style>