Shades of Blossom #EDADB2
Tints of Blossom #EDADB2
RGB
CMYK
RGB Variations
Color information
#EDADB2 (or 0xEDADB2) is known color: Blossom. HEX triplet: ED, AD and B2. RGB value is (237,173,178). Sum of RGB (Red+Green+Blue) = 237+173+178=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADB2 is #12524D. Grayscale: #C0C0C0. Windows color (decimal): -1200718 or 11709933. OLE color: 11709933.
HSL color Cylindrical-coordinate representation of color #EDADB2: hue angle of 355.31º 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 #EDADB2 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 178 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.07 |
| HSL | 355.31º | 0.64% | 0.8% | - |
| HSV(B) | 355.31º | 0.27% | 0.93% | - |
| XYZ | 57.9 | 51.11 | 48.93 | - |
| YUV | 192.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 178 | 0 | 0.27 | 0.25 | 0.07 | 355.31 | 0.64 | 0.8 |
| Hex | ED | AD | B2 | 0 | 1B | 19 | 7 | 163 | 40 | 50 |
| Octal | 355 | 255 | 262 | 0 | 33 | 31 | 7 | 543 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10110010 | 0 | 11011 | 11001 | 111 | 101100011 | 1000000 | 1010000 |
Color Harmonies of #EDADB2
Complementary color
Monochromatic Colors of #EDADB2
Black with #EDADB2
Text Example
Text Example
White with #EDADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADB2; }
p { color: rgb(237,173,178); }
H1.HeaderClassName
{
color: #EDADB2;
}
.AnyTagClassName
{
color: #EDADB2;
}
</style>
background-color css
<style>
a { background-color: #EDADB2; }
a { background-color: rgb(237,173,178); }
div.DivClassName
{
background-color: #EDADB2;
}
.BgClassName
{
background-color: #EDADB2;
}
</style>
border-color css
<style>
span { border-color: #EDADB2; }
span { border-color: rgb(237,173,178); }
td.TdClassName
{
border-color: #EDADB2;
}
.TagClassName
{
border-color: #EDADB2;
}
</style>