Shades of Blossom #EDA8B5
Tints of Blossom #EDA8B5
RGB
CMYK
RGB Variations
Color information
#EDA8B5 (or 0xEDA8B5) is known color: Blossom. HEX triplet: ED, A8 and B5. RGB value is (237,168,181). Sum of RGB (Red+Green+Blue) = 237+168+181=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8B5 is #12574A. Grayscale: #BEBEBE. Windows color (decimal): -1201995 or 11905261. OLE color: 11905261.
HSL color Cylindrical-coordinate representation of color #EDA8B5: hue angle of 348.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8B5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 181 | - |
CMYK | 0 | 0.29 | 0.24 | 0.07 |
HSL | 348.7º | 0.66% | 0.79% | - |
HSV(B) | 348.7º | 0.29% | 0.93% | - |
XYZ | 57.27 | 49.35 | 50.22 | - |
YUV | 190.11 | 122.86 | 161.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 181 | 0 | 0.29 | 0.24 | 0.07 | 348.7 | 0.66 | 0.79 |
Hex | ED | A8 | B5 | 0 | 1D | 18 | 7 | 15D | 42 | 4F |
Octal | 355 | 250 | 265 | 0 | 35 | 30 | 7 | 535 | 102 | 117 |
Binary | 11101101 | 10101000 | 10110101 | 0 | 11101 | 11000 | 111 | 101011101 | 1000010 | 1001111 |
Color Harmonies of #EDA8B5
Complementary color
Monochromatic Colors of #EDA8B5
Black with #EDA8B5
Text Example
Text Example
White with #EDA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8B5; }
p { color: rgb(237,168,181); }
H1.HeaderClassName
{
color: #EDA8B5;
}
.AnyTagClassName
{
color: #EDA8B5;
}
</style>
background-color css
<style>
a { background-color: #EDA8B5; }
a { background-color: rgb(237,168,181); }
div.DivClassName
{
background-color: #EDA8B5;
}
.BgClassName
{
background-color: #EDA8B5;
}
</style>
border-color css
<style>
span { border-color: #EDA8B5; }
span { border-color: rgb(237,168,181); }
td.TdClassName
{
border-color: #EDA8B5;
}
.TagClassName
{
border-color: #EDA8B5;
}
</style>