Shades of Blossom #EDA8B4
Tints of Blossom #EDA8B4
RGB
CMYK
RGB Variations
Color information
#EDA8B4 (or 0xEDA8B4) is known color: Blossom. HEX triplet: ED, A8 and B4. RGB value is (237,168,180). Sum of RGB (Red+Green+Blue) = 237+168+180=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8B4 is #12574B. Grayscale: #BEBEBE. Windows color (decimal): -1201996 or 11839725. OLE color: 11839725.
HSL color Cylindrical-coordinate representation of color #EDA8B4: hue angle of 349.57º 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 #EDA8B4 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 180 | - |
CMYK | 0 | 0.29 | 0.24 | 0.07 |
HSL | 349.57º | 0.66% | 0.79% | - |
HSV(B) | 349.57º | 0.29% | 0.93% | - |
XYZ | 57.17 | 49.31 | 49.68 | - |
YUV | 190 | 122.36 | 161.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 180 | 0 | 0.29 | 0.24 | 0.07 | 349.57 | 0.66 | 0.79 |
Hex | ED | A8 | B4 | 0 | 1D | 18 | 7 | 15E | 42 | 4F |
Octal | 355 | 250 | 264 | 0 | 35 | 30 | 7 | 536 | 102 | 117 |
Binary | 11101101 | 10101000 | 10110100 | 0 | 11101 | 11000 | 111 | 101011110 | 1000010 | 1001111 |
Color Harmonies of #EDA8B4
Complementary color
Monochromatic Colors of #EDA8B4
Black with #EDA8B4
Text Example
Text Example
White with #EDA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8B4; }
p { color: rgb(237,168,180); }
H1.HeaderClassName
{
color: #EDA8B4;
}
.AnyTagClassName
{
color: #EDA8B4;
}
</style>
background-color css
<style>
a { background-color: #EDA8B4; }
a { background-color: rgb(237,168,180); }
div.DivClassName
{
background-color: #EDA8B4;
}
.BgClassName
{
background-color: #EDA8B4;
}
</style>
border-color css
<style>
span { border-color: #EDA8B4; }
span { border-color: rgb(237,168,180); }
td.TdClassName
{
border-color: #EDA8B4;
}
.TagClassName
{
border-color: #EDA8B4;
}
</style>