Shades of Blossom #EDB7BC
Tints of Blossom #EDB7BC
RGB
CMYK
RGB Variations
Color information
#EDB7BC (or 0xEDB7BC) is known color: Blossom. HEX triplet: ED, B7 and BC. RGB value is (237,183,188). Sum of RGB (Red+Green+Blue) = 237+183+188=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BC is #124843. Grayscale: #C7C7C7. Windows color (decimal): -1198148 or 12367853. OLE color: 12367853.
HSL color Cylindrical-coordinate representation of color #EDB7BC: hue angle of 354.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7BC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 188 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 354.44º | 0.6% | 0.82% | - |
| HSV(B) | 354.44º | 0.23% | 0.93% | - |
| XYZ | 60.94 | 55.5 | 55.08 | - |
| YUV | 199.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 188 | 0 | 0.23 | 0.21 | 0.07 | 354.44 | 0.6 | 0.82 |
| Hex | ED | B7 | BC | 0 | 17 | 15 | 7 | 162 | 3C | 52 |
| Octal | 355 | 267 | 274 | 0 | 27 | 25 | 7 | 542 | 74 | 122 |
| Binary | 11101101 | 10110111 | 10111100 | 0 | 10111 | 10101 | 111 | 101100010 | 111100 | 1010010 |
Color Harmonies of #EDB7BC
Complementary color
Monochromatic Colors of #EDB7BC
Black with #EDB7BC
Text Example
Text Example
White with #EDB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7BC; }
p { color: rgb(237,183,188); }
H1.HeaderClassName
{
color: #EDB7BC;
}
.AnyTagClassName
{
color: #EDB7BC;
}
</style>
background-color css
<style>
a { background-color: #EDB7BC; }
a { background-color: rgb(237,183,188); }
div.DivClassName
{
background-color: #EDB7BC;
}
.BgClassName
{
background-color: #EDB7BC;
}
</style>
border-color css
<style>
span { border-color: #EDB7BC; }
span { border-color: rgb(237,183,188); }
td.TdClassName
{
border-color: #EDB7BC;
}
.TagClassName
{
border-color: #EDB7BC;
}
</style>