Shades of Azalea #EDBCBD
Tints of Azalea #EDBCBD
RGB
CMYK
RGB Variations
Color information
#EDBCBD (or 0xEDBCBD) is known color: Azalea. HEX triplet: ED, BC and BD. RGB value is (237,188,189). Sum of RGB (Red+Green+Blue) = 237+188+189=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCBD is #124342. Grayscale: #CACACA. Windows color (decimal): -1196867 or 12434669. OLE color: 12434669.
HSL color Cylindrical-coordinate representation of color #EDBCBD: hue angle of 358.78º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCBD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 189 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.07 |
| HSL | 358.78º | 0.58% | 0.83% | - |
| HSV(B) | 358.78º | 0.21% | 0.93% | - |
| XYZ | 62.09 | 57.65 | 56 | - |
| YUV | 202.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 189 | 0 | 0.21 | 0.20 | 0.07 | 358.78 | 0.58 | 0.83 |
| Hex | ED | BC | BD | 0 | 15 | 14 | 7 | 167 | 3A | 53 |
| Octal | 355 | 274 | 275 | 0 | 25 | 24 | 7 | 547 | 72 | 123 |
| Binary | 11101101 | 10111100 | 10111101 | 0 | 10101 | 10100 | 111 | 101100111 | 111010 | 1010011 |
Color Harmonies of #EDBCBD
Complementary color
Monochromatic Colors of #EDBCBD
Black with #EDBCBD
Text Example
Text Example
White with #EDBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCBD; }
p { color: rgb(237,188,189); }
H1.HeaderClassName
{
color: #EDBCBD;
}
.AnyTagClassName
{
color: #EDBCBD;
}
</style>
background-color css
<style>
a { background-color: #EDBCBD; }
a { background-color: rgb(237,188,189); }
div.DivClassName
{
background-color: #EDBCBD;
}
.BgClassName
{
background-color: #EDBCBD;
}
</style>
border-color css
<style>
span { border-color: #EDBCBD; }
span { border-color: rgb(237,188,189); }
td.TdClassName
{
border-color: #EDBCBD;
}
.TagClassName
{
border-color: #EDBCBD;
}
</style>