Shades of Blossom #EDACB7
Tints of Blossom #EDACB7
RGB
CMYK
RGB Variations
Color information
#EDACB7 (or 0xEDACB7) is known color: Blossom. HEX triplet: ED, AC and B7. RGB value is (237,172,183). Sum of RGB (Red+Green+Blue) = 237+172+183=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB7 is #125348. Grayscale: #C0C0C0. Windows color (decimal): -1200969 or 12037357. OLE color: 12037357.
HSL color Cylindrical-coordinate representation of color #EDACB7: hue angle of 349.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACB7 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 183 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.07 |
| HSL | 349.85º | 0.64% | 0.8% | - |
| HSV(B) | 349.85º | 0.27% | 0.93% | - |
| XYZ | 58.22 | 50.93 | 51.56 | - |
| YUV | 192.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 183 | 0 | 0.27 | 0.23 | 0.07 | 349.85 | 0.64 | 0.8 |
| Hex | ED | AC | B7 | 0 | 1B | 17 | 7 | 15E | 40 | 50 |
| Octal | 355 | 254 | 267 | 0 | 33 | 27 | 7 | 536 | 100 | 120 |
| Binary | 11101101 | 10101100 | 10110111 | 0 | 11011 | 10111 | 111 | 101011110 | 1000000 | 1010000 |
Color Harmonies of #EDACB7
Complementary color
Monochromatic Colors of #EDACB7
Black with #EDACB7
Text Example
Text Example
White with #EDACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACB7; }
p { color: rgb(237,172,183); }
H1.HeaderClassName
{
color: #EDACB7;
}
.AnyTagClassName
{
color: #EDACB7;
}
</style>
background-color css
<style>
a { background-color: #EDACB7; }
a { background-color: rgb(237,172,183); }
div.DivClassName
{
background-color: #EDACB7;
}
.BgClassName
{
background-color: #EDACB7;
}
</style>
border-color css
<style>
span { border-color: #EDACB7; }
span { border-color: rgb(237,172,183); }
td.TdClassName
{
border-color: #EDACB7;
}
.TagClassName
{
border-color: #EDACB7;
}
</style>