Shades of Blossom #EDB7BD
Tints of Blossom #EDB7BD
RGB
CMYK
RGB Variations
Color information
#EDB7BD (or 0xEDB7BD) is known color: Blossom. HEX triplet: ED, B7 and BD. RGB value is (237,183,189). Sum of RGB (Red+Green+Blue) = 237+183+189=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BD is #124842. Grayscale: #C7C7C7. Windows color (decimal): -1198147 or 12433389. OLE color: 12433389.
HSL color Cylindrical-coordinate representation of color #EDB7BD: hue angle of 353.33º 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 #EDB7BD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 189 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.07 |
| HSL | 353.33º | 0.6% | 0.82% | - |
| HSV(B) | 353.33º | 0.23% | 0.93% | - |
| XYZ | 61.04 | 55.55 | 55.65 | - |
| YUV | 199.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 189 | 0 | 0.23 | 0.20 | 0.07 | 353.33 | 0.6 | 0.82 |
| Hex | ED | B7 | BD | 0 | 17 | 14 | 7 | 161 | 3C | 52 |
| Octal | 355 | 267 | 275 | 0 | 27 | 24 | 7 | 541 | 74 | 122 |
| Binary | 11101101 | 10110111 | 10111101 | 0 | 10111 | 10100 | 111 | 101100001 | 111100 | 1010010 |
Color Harmonies of #EDB7BD
Complementary color
Monochromatic Colors of #EDB7BD
Black with #EDB7BD
Text Example
Text Example
White with #EDB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7BD; }
p { color: rgb(237,183,189); }
H1.HeaderClassName
{
color: #EDB7BD;
}
.AnyTagClassName
{
color: #EDB7BD;
}
</style>
background-color css
<style>
a { background-color: #EDB7BD; }
a { background-color: rgb(237,183,189); }
div.DivClassName
{
background-color: #EDB7BD;
}
.BgClassName
{
background-color: #EDB7BD;
}
</style>
border-color css
<style>
span { border-color: #EDB7BD; }
span { border-color: rgb(237,183,189); }
td.TdClassName
{
border-color: #EDB7BD;
}
.TagClassName
{
border-color: #EDB7BD;
}
</style>