Shades of Azalea #EDBABC
Tints of Azalea #EDBABC
RGB
CMYK
RGB Variations
Color information
#EDBABC (or 0xEDBABC) is known color: Azalea. HEX triplet: ED, BA and BC. RGB value is (237,186,188). Sum of RGB (Red+Green+Blue) = 237+186+188=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABC is #124543. Grayscale: #C9C9C9. Windows color (decimal): -1197380 or 12368621. OLE color: 12368621.
HSL color Cylindrical-coordinate representation of color #EDBABC: hue angle of 357.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBABC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 188 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 357.65º | 0.59% | 0.83% | - |
| HSV(B) | 357.65º | 0.22% | 0.93% | - |
| XYZ | 61.56 | 56.75 | 55.29 | - |
| YUV | 201.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 188 | 0 | 0.22 | 0.21 | 0.07 | 357.65 | 0.59 | 0.83 |
| Hex | ED | BA | BC | 0 | 16 | 15 | 7 | 166 | 3B | 53 |
| Octal | 355 | 272 | 274 | 0 | 26 | 25 | 7 | 546 | 73 | 123 |
| Binary | 11101101 | 10111010 | 10111100 | 0 | 10110 | 10101 | 111 | 101100110 | 111011 | 1010011 |
Color Harmonies of #EDBABC
Complementary color
Monochromatic Colors of #EDBABC
Black with #EDBABC
Text Example
Text Example
White with #EDBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBABC; }
p { color: rgb(237,186,188); }
H1.HeaderClassName
{
color: #EDBABC;
}
.AnyTagClassName
{
color: #EDBABC;
}
</style>
background-color css
<style>
a { background-color: #EDBABC; }
a { background-color: rgb(237,186,188); }
div.DivClassName
{
background-color: #EDBABC;
}
.BgClassName
{
background-color: #EDBABC;
}
</style>
border-color css
<style>
span { border-color: #EDBABC; }
span { border-color: rgb(237,186,188); }
td.TdClassName
{
border-color: #EDBABC;
}
.TagClassName
{
border-color: #EDBABC;
}
</style>