Shades of Blossom #E1BCBF
Tints of Blossom #E1BCBF
RGB
CMYK
RGB Variations
Color information
#E1BCBF (or 0xE1BCBF) is known color: Blossom. HEX triplet: E1, BC and BF. RGB value is (225,188,191). Sum of RGB (Red+Green+Blue) = 225+188+191=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBF is #1E4340. Grayscale: #C7C7C7. Windows color (decimal): -1983297 or 12565729. OLE color: 12565729.
HSL color Cylindrical-coordinate representation of color #E1BCBF: hue angle of 355.14º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCBF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 191 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 355.14º | 0.38% | 0.81% | - |
| HSV(B) | 355.14º | 0.16% | 0.88% | - |
| XYZ | 58.44 | 55.74 | 56.97 | - |
| YUV | 199.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 191 | 0 | 0.16 | 0.15 | 0.12 | 355.14 | 0.38 | 0.81 |
| Hex | E1 | BC | BF | 0 | 10 | F | C | 163 | 26 | 51 |
| Octal | 341 | 274 | 277 | 0 | 20 | 17 | 14 | 543 | 46 | 121 |
| Binary | 11100001 | 10111100 | 10111111 | 0 | 10000 | 1111 | 1100 | 101100011 | 100110 | 1010001 |
Color Harmonies of #E1BCBF
Complementary color
Monochromatic Colors of #E1BCBF
Black with #E1BCBF
Text Example
Text Example
White with #E1BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCBF; }
p { color: rgb(225,188,191); }
H1.HeaderClassName
{
color: #E1BCBF;
}
.AnyTagClassName
{
color: #E1BCBF;
}
</style>
background-color css
<style>
a { background-color: #E1BCBF; }
a { background-color: rgb(225,188,191); }
div.DivClassName
{
background-color: #E1BCBF;
}
.BgClassName
{
background-color: #E1BCBF;
}
</style>
border-color css
<style>
span { border-color: #E1BCBF; }
span { border-color: rgb(225,188,191); }
td.TdClassName
{
border-color: #E1BCBF;
}
.TagClassName
{
border-color: #E1BCBF;
}
</style>