Shades of Blossom #EDA8B6
Tints of Blossom #EDA8B6
RGB
CMYK
RGB Variations
Color information
#EDA8B6 (or 0xEDA8B6) is known color: Blossom. HEX triplet: ED, A8 and B6. RGB value is (237,168,182). Sum of RGB (Red+Green+Blue) = 237+168+182=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8B6 is #125749. Grayscale: #BEBEBE. Windows color (decimal): -1201994 or 11970797. OLE color: 11970797.
HSL color Cylindrical-coordinate representation of color #EDA8B6: hue angle of 347.83º 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 #EDA8B6 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 182 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.07 |
| HSL | 347.83º | 0.66% | 0.79% | - |
| HSV(B) | 347.83º | 0.29% | 0.93% | - |
| XYZ | 57.37 | 49.39 | 50.76 | - |
| YUV | 190.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 182 | 0 | 0.29 | 0.23 | 0.07 | 347.83 | 0.66 | 0.79 |
| Hex | ED | A8 | B6 | 0 | 1D | 17 | 7 | 15C | 42 | 4F |
| Octal | 355 | 250 | 266 | 0 | 35 | 27 | 7 | 534 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10110110 | 0 | 11101 | 10111 | 111 | 101011100 | 1000010 | 1001111 |
Color Harmonies of #EDA8B6
Complementary color
Monochromatic Colors of #EDA8B6
Black with #EDA8B6
Text Example
Text Example
White with #EDA8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8B6; }
p { color: rgb(237,168,182); }
H1.HeaderClassName
{
color: #EDA8B6;
}
.AnyTagClassName
{
color: #EDA8B6;
}
</style>
background-color css
<style>
a { background-color: #EDA8B6; }
a { background-color: rgb(237,168,182); }
div.DivClassName
{
background-color: #EDA8B6;
}
.BgClassName
{
background-color: #EDA8B6;
}
</style>
border-color css
<style>
span { border-color: #EDA8B6; }
span { border-color: rgb(237,168,182); }
td.TdClassName
{
border-color: #EDA8B6;
}
.TagClassName
{
border-color: #EDA8B6;
}
</style>