Shades of Azalea #EDC5CA
Tints of Azalea #EDC5CA
RGB
CMYK
RGB Variations
Color information
#EDC5CA (or 0xEDC5CA) is known color: Azalea. HEX triplet: ED, C5 and CA. RGB value is (237,197,202). Sum of RGB (Red+Green+Blue) = 237+197+202=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CA is #123A35. Grayscale: #D1D1D1. Windows color (decimal): -1194550 or 13288941. OLE color: 13288941.
HSL color Cylindrical-coordinate representation of color #EDC5CA: hue angle of 352.5º 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 #EDC5CA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 202 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 352.5º | 0.53% | 0.85% | - |
| HSV(B) | 352.5º | 0.17% | 0.93% | - |
| XYZ | 65.55 | 62.2 | 64.43 | - |
| YUV | 209.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 202 | 0 | 0.17 | 0.15 | 0.07 | 352.5 | 0.53 | 0.85 |
| Hex | ED | C5 | CA | 0 | 11 | F | 7 | 160 | 35 | 55 |
| Octal | 355 | 305 | 312 | 0 | 21 | 17 | 7 | 540 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11001010 | 0 | 10001 | 1111 | 111 | 101100000 | 110101 | 1010101 |
Color Harmonies of #EDC5CA
Complementary color
Monochromatic Colors of #EDC5CA
Black with #EDC5CA
Text Example
Text Example
White with #EDC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5CA; }
p { color: rgb(237,197,202); }
H1.HeaderClassName
{
color: #EDC5CA;
}
.AnyTagClassName
{
color: #EDC5CA;
}
</style>
background-color css
<style>
a { background-color: #EDC5CA; }
a { background-color: rgb(237,197,202); }
div.DivClassName
{
background-color: #EDC5CA;
}
.BgClassName
{
background-color: #EDC5CA;
}
</style>
border-color css
<style>
span { border-color: #EDC5CA; }
span { border-color: rgb(237,197,202); }
td.TdClassName
{
border-color: #EDC5CA;
}
.TagClassName
{
border-color: #EDC5CA;
}
</style>