Shades of Blossom #E7B8BD
Tints of Blossom #E7B8BD
RGB
CMYK
RGB Variations
Color information
#E7B8BD (or 0xE7B8BD) is known color: Blossom. HEX triplet: E7, B8 and BD. RGB value is (231,184,189). Sum of RGB (Red+Green+Blue) = 231+184+189=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BD is #184742. Grayscale: #C6C6C6. Windows color (decimal): -1591107 or 12433639. OLE color: 12433639.
HSL color Cylindrical-coordinate representation of color #E7B8BD: hue angle of 353.62º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8BD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 189 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.09 |
| HSL | 353.62º | 0.49% | 0.81% | - |
| HSV(B) | 353.62º | 0.2% | 0.91% | - |
| XYZ | 59.28 | 54.94 | 55.62 | - |
| YUV | 198.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 189 | 0 | 0.20 | 0.18 | 0.09 | 353.62 | 0.49 | 0.81 |
| Hex | E7 | B8 | BD | 0 | 14 | 12 | 9 | 162 | 31 | 51 |
| Octal | 347 | 270 | 275 | 0 | 24 | 22 | 11 | 542 | 61 | 121 |
| Binary | 11100111 | 10111000 | 10111101 | 0 | 10100 | 10010 | 1001 | 101100010 | 110001 | 1010001 |
Color Harmonies of #E7B8BD
Complementary color
Monochromatic Colors of #E7B8BD
Black with #E7B8BD
Text Example
Text Example
White with #E7B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8BD; }
p { color: rgb(231,184,189); }
H1.HeaderClassName
{
color: #E7B8BD;
}
.AnyTagClassName
{
color: #E7B8BD;
}
</style>
background-color css
<style>
a { background-color: #E7B8BD; }
a { background-color: rgb(231,184,189); }
div.DivClassName
{
background-color: #E7B8BD;
}
.BgClassName
{
background-color: #E7B8BD;
}
</style>
border-color css
<style>
span { border-color: #E7B8BD; }
span { border-color: rgb(231,184,189); }
td.TdClassName
{
border-color: #E7B8BD;
}
.TagClassName
{
border-color: #E7B8BD;
}
</style>