Shades of Blossom #EDB6BD
Tints of Blossom #EDB6BD
RGB
CMYK
RGB Variations
Color information
#EDB6BD (or 0xEDB6BD) is known color: Blossom. HEX triplet: ED, B6 and BD. RGB value is (237,182,189). Sum of RGB (Red+Green+Blue) = 237+182+189=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BD is #124942. Grayscale: #C7C7C7. Windows color (decimal): -1198403 or 12433133. OLE color: 12433133.
HSL color Cylindrical-coordinate representation of color #EDB6BD: hue angle of 352.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6BD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 189 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.07 |
| HSL | 352.36º | 0.6% | 0.82% | - |
| HSV(B) | 352.36º | 0.23% | 0.93% | - |
| XYZ | 60.84 | 55.13 | 55.58 | - |
| YUV | 199.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 189 | 0 | 0.23 | 0.20 | 0.07 | 352.36 | 0.6 | 0.82 |
| Hex | ED | B6 | BD | 0 | 17 | 14 | 7 | 160 | 3C | 52 |
| Octal | 355 | 266 | 275 | 0 | 27 | 24 | 7 | 540 | 74 | 122 |
| Binary | 11101101 | 10110110 | 10111101 | 0 | 10111 | 10100 | 111 | 101100000 | 111100 | 1010010 |
Color Harmonies of #EDB6BD
Complementary color
Monochromatic Colors of #EDB6BD
Black with #EDB6BD
Text Example
Text Example
White with #EDB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6BD; }
p { color: rgb(237,182,189); }
H1.HeaderClassName
{
color: #EDB6BD;
}
.AnyTagClassName
{
color: #EDB6BD;
}
</style>
background-color css
<style>
a { background-color: #EDB6BD; }
a { background-color: rgb(237,182,189); }
div.DivClassName
{
background-color: #EDB6BD;
}
.BgClassName
{
background-color: #EDB6BD;
}
</style>
border-color css
<style>
span { border-color: #EDB6BD; }
span { border-color: rgb(237,182,189); }
td.TdClassName
{
border-color: #EDB6BD;
}
.TagClassName
{
border-color: #EDB6BD;
}
</style>