Shades of Azalea #EDBBC0
Tints of Azalea #EDBBC0
RGB
CMYK
RGB Variations
Color information
#EDBBC0 (or 0xEDBBC0) is known color: Azalea. HEX triplet: ED, BB and C0. RGB value is (237,187,192). Sum of RGB (Red+Green+Blue) = 237+187+192=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC0 is #12443F. Grayscale: #CACACA. Windows color (decimal): -1197120 or 12631021. OLE color: 12631021.
HSL color Cylindrical-coordinate representation of color #EDBBC0: hue angle of 354º 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 #EDBBC0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 192 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.07 |
| HSL | 354º | 0.58% | 0.83% | - |
| HSV(B) | 354º | 0.21% | 0.93% | - |
| XYZ | 62.21 | 57.35 | 57.66 | - |
| YUV | 202.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 192 | 0 | 0.21 | 0.19 | 0.07 | 354 | 0.58 | 0.83 |
| Hex | ED | BB | C0 | 0 | 15 | 13 | 7 | 162 | 3A | 53 |
| Octal | 355 | 273 | 300 | 0 | 25 | 23 | 7 | 542 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11000000 | 0 | 10101 | 10011 | 111 | 101100010 | 111010 | 1010011 |
Color Harmonies of #EDBBC0
Complementary color
Monochromatic Colors of #EDBBC0
Black with #EDBBC0
Text Example
Text Example
White with #EDBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBC0; }
p { color: rgb(237,187,192); }
H1.HeaderClassName
{
color: #EDBBC0;
}
.AnyTagClassName
{
color: #EDBBC0;
}
</style>
background-color css
<style>
a { background-color: #EDBBC0; }
a { background-color: rgb(237,187,192); }
div.DivClassName
{
background-color: #EDBBC0;
}
.BgClassName
{
background-color: #EDBBC0;
}
</style>
border-color css
<style>
span { border-color: #EDBBC0; }
span { border-color: rgb(237,187,192); }
td.TdClassName
{
border-color: #EDBBC0;
}
.TagClassName
{
border-color: #EDBBC0;
}
</style>