Shades of Blossom #EDACB5
Tints of Blossom #EDACB5
RGB
CMYK
RGB Variations
Color information
#EDACB5 (or 0xEDACB5) is known color: Blossom. HEX triplet: ED, AC and B5. RGB value is (237,172,181). Sum of RGB (Red+Green+Blue) = 237+172+181=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB5 is #12534A. Grayscale: #C0C0C0. Windows color (decimal): -1200971 or 11906285. OLE color: 11906285.
HSL color Cylindrical-coordinate representation of color #EDACB5: hue angle of 351.69º 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 #EDACB5 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 181 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.07 |
| HSL | 351.69º | 0.64% | 0.8% | - |
| HSV(B) | 351.69º | 0.27% | 0.93% | - |
| XYZ | 58.02 | 50.85 | 50.47 | - |
| YUV | 192.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 181 | 0 | 0.27 | 0.24 | 0.07 | 351.69 | 0.64 | 0.8 |
| Hex | ED | AC | B5 | 0 | 1B | 18 | 7 | 160 | 40 | 50 |
| Octal | 355 | 254 | 265 | 0 | 33 | 30 | 7 | 540 | 100 | 120 |
| Binary | 11101101 | 10101100 | 10110101 | 0 | 11011 | 11000 | 111 | 101100000 | 1000000 | 1010000 |
Color Harmonies of #EDACB5
Complementary color
Monochromatic Colors of #EDACB5
Black with #EDACB5
Text Example
Text Example
White with #EDACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACB5; }
p { color: rgb(237,172,181); }
H1.HeaderClassName
{
color: #EDACB5;
}
.AnyTagClassName
{
color: #EDACB5;
}
</style>
background-color css
<style>
a { background-color: #EDACB5; }
a { background-color: rgb(237,172,181); }
div.DivClassName
{
background-color: #EDACB5;
}
.BgClassName
{
background-color: #EDACB5;
}
</style>
border-color css
<style>
span { border-color: #EDACB5; }
span { border-color: rgb(237,172,181); }
td.TdClassName
{
border-color: #EDACB5;
}
.TagClassName
{
border-color: #EDACB5;
}
</style>