Shades of Blossom #E7B9BD
Tints of Blossom #E7B9BD
RGB
CMYK
RGB Variations
Color information
#E7B9BD (or 0xE7B9BD) is known color: Blossom. HEX triplet: E7, B9 and BD. RGB value is (231,185,189). Sum of RGB (Red+Green+Blue) = 231+185+189=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BD is #184642. Grayscale: #C7C7C7. Windows color (decimal): -1590851 or 12433895. OLE color: 12433895.
HSL color Cylindrical-coordinate representation of color #E7B9BD: hue angle of 354.78º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9BD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 189 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.09 |
| HSL | 354.78º | 0.49% | 0.82% | - |
| HSV(B) | 354.78º | 0.2% | 0.91% | - |
| XYZ | 59.49 | 55.36 | 55.69 | - |
| YUV | 199.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 189 | 0 | 0.20 | 0.18 | 0.09 | 354.78 | 0.49 | 0.82 |
| Hex | E7 | B9 | BD | 0 | 14 | 12 | 9 | 163 | 31 | 52 |
| Octal | 347 | 271 | 275 | 0 | 24 | 22 | 11 | 543 | 61 | 122 |
| Binary | 11100111 | 10111001 | 10111101 | 0 | 10100 | 10010 | 1001 | 101100011 | 110001 | 1010010 |
Color Harmonies of #E7B9BD
Complementary color
Monochromatic Colors of #E7B9BD
Black with #E7B9BD
Text Example
Text Example
White with #E7B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9BD; }
p { color: rgb(231,185,189); }
H1.HeaderClassName
{
color: #E7B9BD;
}
.AnyTagClassName
{
color: #E7B9BD;
}
</style>
background-color css
<style>
a { background-color: #E7B9BD; }
a { background-color: rgb(231,185,189); }
div.DivClassName
{
background-color: #E7B9BD;
}
.BgClassName
{
background-color: #E7B9BD;
}
</style>
border-color css
<style>
span { border-color: #E7B9BD; }
span { border-color: rgb(231,185,189); }
td.TdClassName
{
border-color: #E7B9BD;
}
.TagClassName
{
border-color: #E7B9BD;
}
</style>