Shades of Blossom #EDABB8
Tints of Blossom #EDABB8
RGB
CMYK
RGB Variations
Color information
#EDABB8 (or 0xEDABB8) is known color: Blossom. HEX triplet: ED, AB and B8. RGB value is (237,171,184). Sum of RGB (Red+Green+Blue) = 237+171+184=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABB8 is #125447. Grayscale: #C0C0C0. Windows color (decimal): -1201224 or 12102637. OLE color: 12102637.
HSL color Cylindrical-coordinate representation of color #EDABB8: hue angle of 348.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABB8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 184 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.07 |
| HSL | 348.18º | 0.65% | 0.8% | - |
| HSV(B) | 348.18º | 0.28% | 0.93% | - |
| XYZ | 58.14 | 50.59 | 52.05 | - |
| YUV | 192.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 184 | 0 | 0.28 | 0.22 | 0.07 | 348.18 | 0.65 | 0.8 |
| Hex | ED | AB | B8 | 0 | 1C | 16 | 7 | 15C | 41 | 50 |
| Octal | 355 | 253 | 270 | 0 | 34 | 26 | 7 | 534 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10111000 | 0 | 11100 | 10110 | 111 | 101011100 | 1000001 | 1010000 |
Color Harmonies of #EDABB8
Complementary color
Monochromatic Colors of #EDABB8
Black with #EDABB8
Text Example
Text Example
White with #EDABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABB8; }
p { color: rgb(237,171,184); }
H1.HeaderClassName
{
color: #EDABB8;
}
.AnyTagClassName
{
color: #EDABB8;
}
</style>
background-color css
<style>
a { background-color: #EDABB8; }
a { background-color: rgb(237,171,184); }
div.DivClassName
{
background-color: #EDABB8;
}
.BgClassName
{
background-color: #EDABB8;
}
</style>
border-color css
<style>
span { border-color: #EDABB8; }
span { border-color: rgb(237,171,184); }
td.TdClassName
{
border-color: #EDABB8;
}
.TagClassName
{
border-color: #EDABB8;
}
</style>