Shades of Blossom #EDB8BB
Tints of Blossom #EDB8BB
RGB
CMYK
RGB Variations
Color information
#EDB8BB (or 0xEDB8BB) is known color: Blossom. HEX triplet: ED, B8 and BB. RGB value is (237,184,187). Sum of RGB (Red+Green+Blue) = 237+184+187=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8BB is #124744. Grayscale: #C8C8C8. Windows color (decimal): -1197893 or 12302573. OLE color: 12302573.
HSL color Cylindrical-coordinate representation of color #EDB8BB: hue angle of 356.6º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8BB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 187 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 356.6º | 0.6% | 0.83% | - |
| HSV(B) | 356.6º | 0.22% | 0.93% | - |
| XYZ | 61.04 | 55.87 | 54.58 | - |
| YUV | 200.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 187 | 0 | 0.22 | 0.21 | 0.07 | 356.6 | 0.6 | 0.83 |
| Hex | ED | B8 | BB | 0 | 16 | 15 | 7 | 165 | 3C | 53 |
| Octal | 355 | 270 | 273 | 0 | 26 | 25 | 7 | 545 | 74 | 123 |
| Binary | 11101101 | 10111000 | 10111011 | 0 | 10110 | 10101 | 111 | 101100101 | 111100 | 1010011 |
Color Harmonies of #EDB8BB
Complementary color
Monochromatic Colors of #EDB8BB
Black with #EDB8BB
Text Example
Text Example
White with #EDB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8BB; }
p { color: rgb(237,184,187); }
H1.HeaderClassName
{
color: #EDB8BB;
}
.AnyTagClassName
{
color: #EDB8BB;
}
</style>
background-color css
<style>
a { background-color: #EDB8BB; }
a { background-color: rgb(237,184,187); }
div.DivClassName
{
background-color: #EDB8BB;
}
.BgClassName
{
background-color: #EDB8BB;
}
</style>
border-color css
<style>
span { border-color: #EDB8BB; }
span { border-color: rgb(237,184,187); }
td.TdClassName
{
border-color: #EDB8BB;
}
.TagClassName
{
border-color: #EDB8BB;
}
</style>