Shades of Blossom #EDB1BB
Tints of Blossom #EDB1BB
RGB
CMYK
RGB Variations
Color information
#EDB1BB (or 0xEDB1BB) is known color: Blossom. HEX triplet: ED, B1 and BB. RGB value is (237,177,187). Sum of RGB (Red+Green+Blue) = 237+177+187=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BB is #124E44. Grayscale: #C4C4C4. Windows color (decimal): -1199685 or 12300781. OLE color: 12300781.
HSL color Cylindrical-coordinate representation of color #EDB1BB: hue angle of 350º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB1BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 187 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.07 |
| HSL | 350º | 0.63% | 0.81% | - |
| HSV(B) | 350º | 0.25% | 0.93% | - |
| XYZ | 59.62 | 53.04 | 54.11 | - |
| YUV | 196.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 187 | 0 | 0.25 | 0.21 | 0.07 | 350 | 0.63 | 0.81 |
| Hex | ED | B1 | BB | 0 | 19 | 15 | 7 | 15E | 3E | 51 |
| Octal | 355 | 261 | 273 | 0 | 31 | 25 | 7 | 536 | 76 | 121 |
| Binary | 11101101 | 10110001 | 10111011 | 0 | 11001 | 10101 | 111 | 101011110 | 111110 | 1010001 |
Color Harmonies of #EDB1BB
Complementary color
Monochromatic Colors of #EDB1BB
Black with #EDB1BB
Text Example
Text Example
White with #EDB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1BB; }
p { color: rgb(237,177,187); }
H1.HeaderClassName
{
color: #EDB1BB;
}
.AnyTagClassName
{
color: #EDB1BB;
}
</style>
background-color css
<style>
a { background-color: #EDB1BB; }
a { background-color: rgb(237,177,187); }
div.DivClassName
{
background-color: #EDB1BB;
}
.BgClassName
{
background-color: #EDB1BB;
}
</style>
border-color css
<style>
span { border-color: #EDB1BB; }
span { border-color: rgb(237,177,187); }
td.TdClassName
{
border-color: #EDB1BB;
}
.TagClassName
{
border-color: #EDB1BB;
}
</style>