Shades of Blossom #EDB2B9
Tints of Blossom #EDB2B9
RGB
CMYK
RGB Variations
Color information
#EDB2B9 (or 0xEDB2B9) is known color: Blossom. HEX triplet: ED, B2 and B9. RGB value is (237,178,185). Sum of RGB (Red+Green+Blue) = 237+178+185=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2B9 is #124D46. Grayscale: #C4C4C4. Windows color (decimal): -1199431 or 12169965. OLE color: 12169965.
HSL color Cylindrical-coordinate representation of color #EDB2B9: hue angle of 352.88º 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 #EDB2B9 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 185 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.07 |
| HSL | 352.88º | 0.62% | 0.81% | - |
| HSV(B) | 352.88º | 0.25% | 0.93% | - |
| XYZ | 59.6 | 53.35 | 53.05 | - |
| YUV | 196.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 185 | 0 | 0.25 | 0.22 | 0.07 | 352.88 | 0.62 | 0.81 |
| Hex | ED | B2 | B9 | 0 | 19 | 16 | 7 | 161 | 3E | 51 |
| Octal | 355 | 262 | 271 | 0 | 31 | 26 | 7 | 541 | 76 | 121 |
| Binary | 11101101 | 10110010 | 10111001 | 0 | 11001 | 10110 | 111 | 101100001 | 111110 | 1010001 |
Color Harmonies of #EDB2B9
Complementary color
Monochromatic Colors of #EDB2B9
Black with #EDB2B9
Text Example
Text Example
White with #EDB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2B9; }
p { color: rgb(237,178,185); }
H1.HeaderClassName
{
color: #EDB2B9;
}
.AnyTagClassName
{
color: #EDB2B9;
}
</style>
background-color css
<style>
a { background-color: #EDB2B9; }
a { background-color: rgb(237,178,185); }
div.DivClassName
{
background-color: #EDB2B9;
}
.BgClassName
{
background-color: #EDB2B9;
}
</style>
border-color css
<style>
span { border-color: #EDB2B9; }
span { border-color: rgb(237,178,185); }
td.TdClassName
{
border-color: #EDB2B9;
}
.TagClassName
{
border-color: #EDB2B9;
}
</style>