Shades of Blossom #E1B8BD
Tints of Blossom #E1B8BD
RGB
CMYK
RGB Variations
Color information
#E1B8BD (or 0xE1B8BD) is known color: Blossom. HEX triplet: E1, B8 and BD. RGB value is (225,184,189). Sum of RGB (Red+Green+Blue) = 225+184+189=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B8BD is #1E4742. Grayscale: #C4C4C4. Windows color (decimal): -1984323 or 12433633. OLE color: 12433633.
HSL color Cylindrical-coordinate representation of color #E1B8BD: hue angle of 352.68º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B8BD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 189 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.12 |
| HSL | 352.68º | 0.41% | 0.8% | - |
| HSV(B) | 352.68º | 0.18% | 0.88% | - |
| XYZ | 57.38 | 53.96 | 55.54 | - |
| YUV | 196.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 189 | 0 | 0.18 | 0.16 | 0.12 | 352.68 | 0.41 | 0.8 |
| Hex | E1 | B8 | BD | 0 | 12 | 10 | C | 161 | 29 | 50 |
| Octal | 341 | 270 | 275 | 0 | 22 | 20 | 14 | 541 | 51 | 120 |
| Binary | 11100001 | 10111000 | 10111101 | 0 | 10010 | 10000 | 1100 | 101100001 | 101001 | 1010000 |
Color Harmonies of #E1B8BD
Complementary color
Monochromatic Colors of #E1B8BD
Black with #E1B8BD
Text Example
Text Example
White with #E1B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8BD; }
p { color: rgb(225,184,189); }
H1.HeaderClassName
{
color: #E1B8BD;
}
.AnyTagClassName
{
color: #E1B8BD;
}
</style>
background-color css
<style>
a { background-color: #E1B8BD; }
a { background-color: rgb(225,184,189); }
div.DivClassName
{
background-color: #E1B8BD;
}
.BgClassName
{
background-color: #E1B8BD;
}
</style>
border-color css
<style>
span { border-color: #E1B8BD; }
span { border-color: rgb(225,184,189); }
td.TdClassName
{
border-color: #E1B8BD;
}
.TagClassName
{
border-color: #E1B8BD;
}
</style>