Shades of Azalea #EDC7C9
Tints of Azalea #EDC7C9
RGB
CMYK
RGB Variations
Color information
#EDC7C9 (or 0xEDC7C9) is known color: Azalea. HEX triplet: ED, C7 and C9. RGB value is (237,199,201). Sum of RGB (Red+Green+Blue) = 237+199+201=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7C9 is #123836. Grayscale: #D2D2D2. Windows color (decimal): -1194039 or 13223917. OLE color: 13223917.
HSL color Cylindrical-coordinate representation of color #EDC7C9: hue angle of 356.84º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7C9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 201 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.07 |
| HSL | 356.84º | 0.51% | 0.85% | - |
| HSV(B) | 356.84º | 0.16% | 0.93% | - |
| XYZ | 65.89 | 63.07 | 63.96 | - |
| YUV | 210.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 201 | 0 | 0.16 | 0.15 | 0.07 | 356.84 | 0.51 | 0.85 |
| Hex | ED | C7 | C9 | 0 | 10 | F | 7 | 165 | 33 | 55 |
| Octal | 355 | 307 | 311 | 0 | 20 | 17 | 7 | 545 | 63 | 125 |
| Binary | 11101101 | 11000111 | 11001001 | 0 | 10000 | 1111 | 111 | 101100101 | 110011 | 1010101 |
Color Harmonies of #EDC7C9
Complementary color
Monochromatic Colors of #EDC7C9
Black with #EDC7C9
Text Example
Text Example
White with #EDC7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7C9; }
p { color: rgb(237,199,201); }
H1.HeaderClassName
{
color: #EDC7C9;
}
.AnyTagClassName
{
color: #EDC7C9;
}
</style>
background-color css
<style>
a { background-color: #EDC7C9; }
a { background-color: rgb(237,199,201); }
div.DivClassName
{
background-color: #EDC7C9;
}
.BgClassName
{
background-color: #EDC7C9;
}
</style>
border-color css
<style>
span { border-color: #EDC7C9; }
span { border-color: rgb(237,199,201); }
td.TdClassName
{
border-color: #EDC7C9;
}
.TagClassName
{
border-color: #EDC7C9;
}
</style>