Shades of Blossom #EDB0B7
Tints of Blossom #EDB0B7
RGB
CMYK
RGB Variations
Color information
#EDB0B7 (or 0xEDB0B7) is known color: Blossom. HEX triplet: ED, B0 and B7. RGB value is (237,176,183). Sum of RGB (Red+Green+Blue) = 237+176+183=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0B7 is #124F48. Grayscale: #C3C3C3. Windows color (decimal): -1199945 or 12038381. OLE color: 12038381.
HSL color Cylindrical-coordinate representation of color #EDB0B7: hue angle of 353.11º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0B7 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 183 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.07 |
| HSL | 353.11º | 0.63% | 0.81% | - |
| HSV(B) | 353.11º | 0.26% | 0.93% | - |
| XYZ | 59 | 52.47 | 51.82 | - |
| YUV | 195.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 183 | 0 | 0.26 | 0.23 | 0.07 | 353.11 | 0.63 | 0.81 |
| Hex | ED | B0 | B7 | 0 | 1A | 17 | 7 | 161 | 3F | 51 |
| Octal | 355 | 260 | 267 | 0 | 32 | 27 | 7 | 541 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10110111 | 0 | 11010 | 10111 | 111 | 101100001 | 111111 | 1010001 |
Color Harmonies of #EDB0B7
Complementary color
Monochromatic Colors of #EDB0B7
Black with #EDB0B7
Text Example
Text Example
White with #EDB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0B7; }
p { color: rgb(237,176,183); }
H1.HeaderClassName
{
color: #EDB0B7;
}
.AnyTagClassName
{
color: #EDB0B7;
}
</style>
background-color css
<style>
a { background-color: #EDB0B7; }
a { background-color: rgb(237,176,183); }
div.DivClassName
{
background-color: #EDB0B7;
}
.BgClassName
{
background-color: #EDB0B7;
}
</style>
border-color css
<style>
span { border-color: #EDB0B7; }
span { border-color: rgb(237,176,183); }
td.TdClassName
{
border-color: #EDB0B7;
}
.TagClassName
{
border-color: #EDB0B7;
}
</style>