Shades of Blossom #E7B6BD
Tints of Blossom #E7B6BD
RGB
CMYK
RGB Variations
Color information
#E7B6BD (or 0xE7B6BD) is known color: Blossom. HEX triplet: E7, B6 and BD. RGB value is (231,182,189). Sum of RGB (Red+Green+Blue) = 231+182+189=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6BD is #184942. Grayscale: #C5C5C5. Windows color (decimal): -1591619 or 12433127. OLE color: 12433127.
HSL color Cylindrical-coordinate representation of color #E7B6BD: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6BD is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 189 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.09 |
| HSL | 351.43º | 0.51% | 0.81% | - |
| HSV(B) | 351.43º | 0.21% | 0.91% | - |
| XYZ | 58.87 | 54.12 | 55.49 | - |
| YUV | 197.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 189 | 0 | 0.21 | 0.18 | 0.09 | 351.43 | 0.51 | 0.81 |
| Hex | E7 | B6 | BD | 0 | 15 | 12 | 9 | 15F | 33 | 51 |
| Octal | 347 | 266 | 275 | 0 | 25 | 22 | 11 | 537 | 63 | 121 |
| Binary | 11100111 | 10110110 | 10111101 | 0 | 10101 | 10010 | 1001 | 101011111 | 110011 | 1010001 |
Color Harmonies of #E7B6BD
Complementary color
Monochromatic Colors of #E7B6BD
Black with #E7B6BD
Text Example
Text Example
White with #E7B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6BD; }
p { color: rgb(231,182,189); }
H1.HeaderClassName
{
color: #E7B6BD;
}
.AnyTagClassName
{
color: #E7B6BD;
}
</style>
background-color css
<style>
a { background-color: #E7B6BD; }
a { background-color: rgb(231,182,189); }
div.DivClassName
{
background-color: #E7B6BD;
}
.BgClassName
{
background-color: #E7B6BD;
}
</style>
border-color css
<style>
span { border-color: #E7B6BD; }
span { border-color: rgb(231,182,189); }
td.TdClassName
{
border-color: #E7B6BD;
}
.TagClassName
{
border-color: #E7B6BD;
}
</style>