Shades of Azalea #EDBABD
Tints of Azalea #EDBABD
RGB
CMYK
RGB Variations
Color information
#EDBABD (or 0xEDBABD) is known color: Azalea. HEX triplet: ED, BA and BD. RGB value is (237,186,189). Sum of RGB (Red+Green+Blue) = 237+186+189=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABD is #124542. Grayscale: #C9C9C9. Windows color (decimal): -1197379 or 12434157. OLE color: 12434157.
HSL color Cylindrical-coordinate representation of color #EDBABD: hue angle of 356.47º 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 #EDBABD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 189 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 356.47º | 0.59% | 0.83% | - |
| HSV(B) | 356.47º | 0.22% | 0.93% | - |
| XYZ | 61.67 | 56.8 | 55.86 | - |
| YUV | 201.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 189 | 0 | 0.22 | 0.20 | 0.07 | 356.47 | 0.59 | 0.83 |
| Hex | ED | BA | BD | 0 | 16 | 14 | 7 | 164 | 3B | 53 |
| Octal | 355 | 272 | 275 | 0 | 26 | 24 | 7 | 544 | 73 | 123 |
| Binary | 11101101 | 10111010 | 10111101 | 0 | 10110 | 10100 | 111 | 101100100 | 111011 | 1010011 |
Color Harmonies of #EDBABD
Complementary color
Monochromatic Colors of #EDBABD
Black with #EDBABD
Text Example
Text Example
White with #EDBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBABD; }
p { color: rgb(237,186,189); }
H1.HeaderClassName
{
color: #EDBABD;
}
.AnyTagClassName
{
color: #EDBABD;
}
</style>
background-color css
<style>
a { background-color: #EDBABD; }
a { background-color: rgb(237,186,189); }
div.DivClassName
{
background-color: #EDBABD;
}
.BgClassName
{
background-color: #EDBABD;
}
</style>
border-color css
<style>
span { border-color: #EDBABD; }
span { border-color: rgb(237,186,189); }
td.TdClassName
{
border-color: #EDBABD;
}
.TagClassName
{
border-color: #EDBABD;
}
</style>