Shades of Blossom #EDB0B6
Tints of Blossom #EDB0B6
RGB
CMYK
RGB Variations
Color information
#EDB0B6 (or 0xEDB0B6) is known color: Blossom. HEX triplet: ED, B0 and B6. RGB value is (237,176,182). Sum of RGB (Red+Green+Blue) = 237+176+182=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0B6 is #124F49. Grayscale: #C2C2C2. Windows color (decimal): -1199946 or 11972845. OLE color: 11972845.
HSL color Cylindrical-coordinate representation of color #EDB0B6: hue angle of 354.1º 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 #EDB0B6 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 182 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.07 |
| HSL | 354.1º | 0.63% | 0.81% | - |
| HSV(B) | 354.1º | 0.26% | 0.93% | - |
| XYZ | 58.89 | 52.43 | 51.27 | - |
| YUV | 194.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 182 | 0 | 0.26 | 0.23 | 0.07 | 354.1 | 0.63 | 0.81 |
| Hex | ED | B0 | B6 | 0 | 1A | 17 | 7 | 162 | 3F | 51 |
| Octal | 355 | 260 | 266 | 0 | 32 | 27 | 7 | 542 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10110110 | 0 | 11010 | 10111 | 111 | 101100010 | 111111 | 1010001 |
Color Harmonies of #EDB0B6
Complementary color
Monochromatic Colors of #EDB0B6
Black with #EDB0B6
Text Example
Text Example
White with #EDB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0B6; }
p { color: rgb(237,176,182); }
H1.HeaderClassName
{
color: #EDB0B6;
}
.AnyTagClassName
{
color: #EDB0B6;
}
</style>
background-color css
<style>
a { background-color: #EDB0B6; }
a { background-color: rgb(237,176,182); }
div.DivClassName
{
background-color: #EDB0B6;
}
.BgClassName
{
background-color: #EDB0B6;
}
</style>
border-color css
<style>
span { border-color: #EDB0B6; }
span { border-color: rgb(237,176,182); }
td.TdClassName
{
border-color: #EDB0B6;
}
.TagClassName
{
border-color: #EDB0B6;
}
</style>