Shades of Azalea #EDB9BD
Tints of Azalea #EDB9BD
RGB
CMYK
RGB Variations
Color information
#EDB9BD (or 0xEDB9BD) is known color: Azalea. HEX triplet: ED, B9 and BD. RGB value is (237,185,189). Sum of RGB (Red+Green+Blue) = 237+185+189=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BD is #124642. Grayscale: #C9C9C9. Windows color (decimal): -1197635 or 12433901. OLE color: 12433901.
HSL color Cylindrical-coordinate representation of color #EDB9BD: hue angle of 355.38º 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 #EDB9BD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 189 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 355.38º | 0.59% | 0.83% | - |
| HSV(B) | 355.38º | 0.22% | 0.93% | - |
| XYZ | 61.46 | 56.38 | 55.79 | - |
| YUV | 201 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 189 | 0 | 0.22 | 0.20 | 0.07 | 355.38 | 0.59 | 0.83 |
| Hex | ED | B9 | BD | 0 | 16 | 14 | 7 | 163 | 3B | 53 |
| Octal | 355 | 271 | 275 | 0 | 26 | 24 | 7 | 543 | 73 | 123 |
| Binary | 11101101 | 10111001 | 10111101 | 0 | 10110 | 10100 | 111 | 101100011 | 111011 | 1010011 |
Color Harmonies of #EDB9BD
Complementary color
Monochromatic Colors of #EDB9BD
Black with #EDB9BD
Text Example
Text Example
White with #EDB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9BD; }
p { color: rgb(237,185,189); }
H1.HeaderClassName
{
color: #EDB9BD;
}
.AnyTagClassName
{
color: #EDB9BD;
}
</style>
background-color css
<style>
a { background-color: #EDB9BD; }
a { background-color: rgb(237,185,189); }
div.DivClassName
{
background-color: #EDB9BD;
}
.BgClassName
{
background-color: #EDB9BD;
}
</style>
border-color css
<style>
span { border-color: #EDB9BD; }
span { border-color: rgb(237,185,189); }
td.TdClassName
{
border-color: #EDB9BD;
}
.TagClassName
{
border-color: #EDB9BD;
}
</style>