Shades of Azalea #EDC5CB
Tints of Azalea #EDC5CB
RGB
CMYK
RGB Variations
Color information
#EDC5CB (or 0xEDC5CB) is known color: Azalea. HEX triplet: ED, C5 and CB. RGB value is (237,197,203). Sum of RGB (Red+Green+Blue) = 237+197+203=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CB is #123A34. Grayscale: #D1D1D1. Windows color (decimal): -1194549 or 13354477. OLE color: 13354477.
HSL color Cylindrical-coordinate representation of color #EDC5CB: hue angle of 351º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5CB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 203 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.07 |
| HSL | 351º | 0.53% | 0.85% | - |
| HSV(B) | 351º | 0.17% | 0.93% | - |
| XYZ | 65.67 | 62.25 | 65.05 | - |
| YUV | 209.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 203 | 0 | 0.17 | 0.14 | 0.07 | 351 | 0.53 | 0.85 |
| Hex | ED | C5 | CB | 0 | 11 | E | 7 | 15F | 35 | 55 |
| Octal | 355 | 305 | 313 | 0 | 21 | 16 | 7 | 537 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11001011 | 0 | 10001 | 1110 | 111 | 101011111 | 110101 | 1010101 |
Color Harmonies of #EDC5CB
Complementary color
Monochromatic Colors of #EDC5CB
Black with #EDC5CB
Text Example
Text Example
White with #EDC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5CB; }
p { color: rgb(237,197,203); }
H1.HeaderClassName
{
color: #EDC5CB;
}
.AnyTagClassName
{
color: #EDC5CB;
}
</style>
background-color css
<style>
a { background-color: #EDC5CB; }
a { background-color: rgb(237,197,203); }
div.DivClassName
{
background-color: #EDC5CB;
}
.BgClassName
{
background-color: #EDC5CB;
}
</style>
border-color css
<style>
span { border-color: #EDC5CB; }
span { border-color: rgb(237,197,203); }
td.TdClassName
{
border-color: #EDC5CB;
}
.TagClassName
{
border-color: #EDC5CB;
}
</style>