Shades of Blossom #E9B7BC
Tints of Blossom #E9B7BC
RGB
CMYK
RGB Variations
Color information
#E9B7BC (or 0xE9B7BC) is known color: Blossom. HEX triplet: E9, B7 and BC. RGB value is (233,183,188). Sum of RGB (Red+Green+Blue) = 233+183+188=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7BC is #164843. Grayscale: #C6C6C6. Windows color (decimal): -1460292 or 12367849. OLE color: 12367849.
HSL color Cylindrical-coordinate representation of color #E9B7BC: hue angle of 354º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B7BC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 188 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.09 |
| HSL | 354º | 0.53% | 0.82% | - |
| HSV(B) | 354º | 0.21% | 0.91% | - |
| XYZ | 59.61 | 54.82 | 55.02 | - |
| YUV | 198.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 188 | 0 | 0.21 | 0.19 | 0.09 | 354 | 0.53 | 0.82 |
| Hex | E9 | B7 | BC | 0 | 15 | 13 | 9 | 162 | 35 | 52 |
| Octal | 351 | 267 | 274 | 0 | 25 | 23 | 11 | 542 | 65 | 122 |
| Binary | 11101001 | 10110111 | 10111100 | 0 | 10101 | 10011 | 1001 | 101100010 | 110101 | 1010010 |
Color Harmonies of #E9B7BC
Complementary color
Monochromatic Colors of #E9B7BC
Black with #E9B7BC
Text Example
Text Example
White with #E9B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7BC; }
p { color: rgb(233,183,188); }
H1.HeaderClassName
{
color: #E9B7BC;
}
.AnyTagClassName
{
color: #E9B7BC;
}
</style>
background-color css
<style>
a { background-color: #E9B7BC; }
a { background-color: rgb(233,183,188); }
div.DivClassName
{
background-color: #E9B7BC;
}
.BgClassName
{
background-color: #E9B7BC;
}
</style>
border-color css
<style>
span { border-color: #E9B7BC; }
span { border-color: rgb(233,183,188); }
td.TdClassName
{
border-color: #E9B7BC;
}
.TagClassName
{
border-color: #E9B7BC;
}
</style>