Shades of Blossom #E9B8BC
Tints of Blossom #E9B8BC
RGB
CMYK
RGB Variations
Color information
#E9B8BC (or 0xE9B8BC) is known color: Blossom. HEX triplet: E9, B8 and BC. RGB value is (233,184,188). Sum of RGB (Red+Green+Blue) = 233+184+188=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B8BC is #164743. Grayscale: #C7C7C7. Windows color (decimal): -1460036 or 12368105. OLE color: 12368105.
HSL color Cylindrical-coordinate representation of color #E9B8BC: hue angle of 355.1º 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 #E9B8BC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 188 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.09 |
| HSL | 355.1º | 0.53% | 0.82% | - |
| HSV(B) | 355.1º | 0.21% | 0.91% | - |
| XYZ | 59.82 | 55.24 | 55.09 | - |
| YUV | 199.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 188 | 0 | 0.21 | 0.19 | 0.09 | 355.1 | 0.53 | 0.82 |
| Hex | E9 | B8 | BC | 0 | 15 | 13 | 9 | 163 | 35 | 52 |
| Octal | 351 | 270 | 274 | 0 | 25 | 23 | 11 | 543 | 65 | 122 |
| Binary | 11101001 | 10111000 | 10111100 | 0 | 10101 | 10011 | 1001 | 101100011 | 110101 | 1010010 |
Color Harmonies of #E9B8BC
Complementary color
Monochromatic Colors of #E9B8BC
Black with #E9B8BC
Text Example
Text Example
White with #E9B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B8BC; }
p { color: rgb(233,184,188); }
H1.HeaderClassName
{
color: #E9B8BC;
}
.AnyTagClassName
{
color: #E9B8BC;
}
</style>
background-color css
<style>
a { background-color: #E9B8BC; }
a { background-color: rgb(233,184,188); }
div.DivClassName
{
background-color: #E9B8BC;
}
.BgClassName
{
background-color: #E9B8BC;
}
</style>
border-color css
<style>
span { border-color: #E9B8BC; }
span { border-color: rgb(233,184,188); }
td.TdClassName
{
border-color: #E9B8BC;
}
.TagClassName
{
border-color: #E9B8BC;
}
</style>