Shades of Blossom #EDADB4
Tints of Blossom #EDADB4
RGB
CMYK
RGB Variations
Color information
#EDADB4 (or 0xEDADB4) is known color: Blossom. HEX triplet: ED, AD and B4. RGB value is (237,173,180). Sum of RGB (Red+Green+Blue) = 237+173+180=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB4 is #12524B. Grayscale: #C0C0C0. Windows color (decimal): -1200716 or 11841005. OLE color: 11841005.
HSL color Cylindrical-coordinate representation of color #EDADB4: hue angle of 353.44º 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 #EDADB4 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 180 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.07 |
| HSL | 353.44º | 0.64% | 0.8% | - |
| HSV(B) | 353.44º | 0.27% | 0.93% | - |
| XYZ | 58.11 | 51.19 | 50 | - |
| YUV | 192.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 180 | 0 | 0.27 | 0.24 | 0.07 | 353.44 | 0.64 | 0.8 |
| Hex | ED | AD | B4 | 0 | 1B | 18 | 7 | 161 | 40 | 50 |
| Octal | 355 | 255 | 264 | 0 | 33 | 30 | 7 | 541 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10110100 | 0 | 11011 | 11000 | 111 | 101100001 | 1000000 | 1010000 |
Color Harmonies of #EDADB4
Complementary color
Monochromatic Colors of #EDADB4
Black with #EDADB4
Text Example
Text Example
White with #EDADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADB4; }
p { color: rgb(237,173,180); }
H1.HeaderClassName
{
color: #EDADB4;
}
.AnyTagClassName
{
color: #EDADB4;
}
</style>
background-color css
<style>
a { background-color: #EDADB4; }
a { background-color: rgb(237,173,180); }
div.DivClassName
{
background-color: #EDADB4;
}
.BgClassName
{
background-color: #EDADB4;
}
</style>
border-color css
<style>
span { border-color: #EDADB4; }
span { border-color: rgb(237,173,180); }
td.TdClassName
{
border-color: #EDADB4;
}
.TagClassName
{
border-color: #EDADB4;
}
</style>