Shades of Azalea #EDBEC0
Tints of Azalea #EDBEC0
RGB
CMYK
RGB Variations
Color information
#EDBEC0 (or 0xEDBEC0) is known color: Azalea. HEX triplet: ED, BE and C0. RGB value is (237,190,192). Sum of RGB (Red+Green+Blue) = 237+190+192=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC0 is #12413F. Grayscale: #CCCCCC. Windows color (decimal): -1196352 or 12631789. OLE color: 12631789.
HSL color Cylindrical-coordinate representation of color #EDBEC0: hue angle of 357.45º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEC0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 192 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.07 |
| HSL | 357.45º | 0.57% | 0.84% | - |
| HSV(B) | 357.45º | 0.2% | 0.93% | - |
| XYZ | 62.85 | 58.64 | 57.87 | - |
| YUV | 204.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 192 | 0 | 0.20 | 0.19 | 0.07 | 357.45 | 0.57 | 0.84 |
| Hex | ED | BE | C0 | 0 | 14 | 13 | 7 | 165 | 39 | 54 |
| Octal | 355 | 276 | 300 | 0 | 24 | 23 | 7 | 545 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11000000 | 0 | 10100 | 10011 | 111 | 101100101 | 111001 | 1010100 |
Color Harmonies of #EDBEC0
Complementary color
Monochromatic Colors of #EDBEC0
Black with #EDBEC0
Text Example
Text Example
White with #EDBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEC0; }
p { color: rgb(237,190,192); }
H1.HeaderClassName
{
color: #EDBEC0;
}
.AnyTagClassName
{
color: #EDBEC0;
}
</style>
background-color css
<style>
a { background-color: #EDBEC0; }
a { background-color: rgb(237,190,192); }
div.DivClassName
{
background-color: #EDBEC0;
}
.BgClassName
{
background-color: #EDBEC0;
}
</style>
border-color css
<style>
span { border-color: #EDBEC0; }
span { border-color: rgb(237,190,192); }
td.TdClassName
{
border-color: #EDBEC0;
}
.TagClassName
{
border-color: #EDBEC0;
}
</style>