Shades of Azalea #EDC5C9
Tints of Azalea #EDC5C9
RGB
CMYK
RGB Variations
Color information
#EDC5C9 (or 0xEDC5C9) is known color: Azalea. HEX triplet: ED, C5 and C9. RGB value is (237,197,201). Sum of RGB (Red+Green+Blue) = 237+197+201=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5C9 is #123A36. Grayscale: #D1D1D1. Windows color (decimal): -1194551 or 13223405. OLE color: 13223405.
HSL color Cylindrical-coordinate representation of color #EDC5C9: hue angle of 354º 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 #EDC5C9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 201 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 354º | 0.53% | 0.85% | - |
| HSV(B) | 354º | 0.17% | 0.93% | - |
| XYZ | 65.43 | 62.15 | 63.81 | - |
| YUV | 209.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 201 | 0 | 0.17 | 0.15 | 0.07 | 354 | 0.53 | 0.85 |
| Hex | ED | C5 | C9 | 0 | 11 | F | 7 | 162 | 35 | 55 |
| Octal | 355 | 305 | 311 | 0 | 21 | 17 | 7 | 542 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11001001 | 0 | 10001 | 1111 | 111 | 101100010 | 110101 | 1010101 |
Color Harmonies of #EDC5C9
Complementary color
Monochromatic Colors of #EDC5C9
Black with #EDC5C9
Text Example
Text Example
White with #EDC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5C9; }
p { color: rgb(237,197,201); }
H1.HeaderClassName
{
color: #EDC5C9;
}
.AnyTagClassName
{
color: #EDC5C9;
}
</style>
background-color css
<style>
a { background-color: #EDC5C9; }
a { background-color: rgb(237,197,201); }
div.DivClassName
{
background-color: #EDC5C9;
}
.BgClassName
{
background-color: #EDC5C9;
}
</style>
border-color css
<style>
span { border-color: #EDC5C9; }
span { border-color: rgb(237,197,201); }
td.TdClassName
{
border-color: #EDC5C9;
}
.TagClassName
{
border-color: #EDC5C9;
}
</style>