Shades of Azalea #EDC9CD
Tints of Azalea #EDC9CD
RGB
CMYK
RGB Variations
Color information
#EDC9CD (or 0xEDC9CD) is known color: Azalea. HEX triplet: ED, C9 and CD. RGB value is (237,201,205). Sum of RGB (Red+Green+Blue) = 237+201+205=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9CD is #123632. Grayscale: #D4D4D4. Windows color (decimal): -1193523 or 13486573. OLE color: 13486573.
HSL color Cylindrical-coordinate representation of color #EDC9CD: hue angle of 353.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9CD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 205 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 353.33º | 0.5% | 0.86% | - |
| HSV(B) | 353.33º | 0.15% | 0.93% | - |
| XYZ | 66.83 | 64.19 | 66.62 | - |
| YUV | 212.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 205 | 0 | 0.15 | 0.14 | 0.07 | 353.33 | 0.5 | 0.86 |
| Hex | ED | C9 | CD | 0 | F | E | 7 | 161 | 32 | 56 |
| Octal | 355 | 311 | 315 | 0 | 17 | 16 | 7 | 541 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11001101 | 0 | 1111 | 1110 | 111 | 101100001 | 110010 | 1010110 |
Color Harmonies of #EDC9CD
Complementary color
Monochromatic Colors of #EDC9CD
Black with #EDC9CD
Text Example
Text Example
White with #EDC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9CD; }
p { color: rgb(237,201,205); }
H1.HeaderClassName
{
color: #EDC9CD;
}
.AnyTagClassName
{
color: #EDC9CD;
}
</style>
background-color css
<style>
a { background-color: #EDC9CD; }
a { background-color: rgb(237,201,205); }
div.DivClassName
{
background-color: #EDC9CD;
}
.BgClassName
{
background-color: #EDC9CD;
}
</style>
border-color css
<style>
span { border-color: #EDC9CD; }
span { border-color: rgb(237,201,205); }
td.TdClassName
{
border-color: #EDC9CD;
}
.TagClassName
{
border-color: #EDC9CD;
}
</style>