Shades of Azalea #EDC5C8
Tints of Azalea #EDC5C8
RGB
CMYK
RGB Variations
Color information
#EDC5C8 (or 0xEDC5C8) is known color: Azalea. HEX triplet: ED, C5 and C8. RGB value is (237,197,200). Sum of RGB (Red+Green+Blue) = 237+197+200=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5C8 is #123A37. Grayscale: #D1D1D1. Windows color (decimal): -1194552 or 13157869. OLE color: 13157869.
HSL color Cylindrical-coordinate representation of color #EDC5C8: hue angle of 355.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 #EDC5C8 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 200 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.07 |
| HSL | 355.5º | 0.53% | 0.85% | - |
| HSV(B) | 355.5º | 0.17% | 0.93% | - |
| XYZ | 65.32 | 62.11 | 63.19 | - |
| YUV | 209.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 200 | 0 | 0.17 | 0.16 | 0.07 | 355.5 | 0.53 | 0.85 |
| Hex | ED | C5 | C8 | 0 | 11 | 10 | 7 | 164 | 35 | 55 |
| Octal | 355 | 305 | 310 | 0 | 21 | 20 | 7 | 544 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11001000 | 0 | 10001 | 10000 | 111 | 101100100 | 110101 | 1010101 |
Color Harmonies of #EDC5C8
Complementary color
Monochromatic Colors of #EDC5C8
Black with #EDC5C8
Text Example
Text Example
White with #EDC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5C8; }
p { color: rgb(237,197,200); }
H1.HeaderClassName
{
color: #EDC5C8;
}
.AnyTagClassName
{
color: #EDC5C8;
}
</style>
background-color css
<style>
a { background-color: #EDC5C8; }
a { background-color: rgb(237,197,200); }
div.DivClassName
{
background-color: #EDC5C8;
}
.BgClassName
{
background-color: #EDC5C8;
}
</style>
border-color css
<style>
span { border-color: #EDC5C8; }
span { border-color: rgb(237,197,200); }
td.TdClassName
{
border-color: #EDC5C8;
}
.TagClassName
{
border-color: #EDC5C8;
}
</style>