Shades of Azalea #EDC6C9
Tints of Azalea #EDC6C9
RGB
CMYK
RGB Variations
Color information
#EDC6C9 (or 0xEDC6C9) is known color: Azalea. HEX triplet: ED, C6 and C9. RGB value is (237,198,201). Sum of RGB (Red+Green+Blue) = 237+198+201=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6C9 is #123936. Grayscale: #D2D2D2. Windows color (decimal): -1194295 or 13223661. OLE color: 13223661.
HSL color Cylindrical-coordinate representation of color #EDC6C9: hue angle of 355.38º degrees, saturation: 0.52, 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 #EDC6C9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 201 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.07 |
| HSL | 355.38º | 0.52% | 0.85% | - |
| HSV(B) | 355.38º | 0.16% | 0.93% | - |
| XYZ | 65.66 | 62.61 | 63.88 | - |
| YUV | 210 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 201 | 0 | 0.16 | 0.15 | 0.07 | 355.38 | 0.52 | 0.85 |
| Hex | ED | C6 | C9 | 0 | 10 | F | 7 | 163 | 34 | 55 |
| Octal | 355 | 306 | 311 | 0 | 20 | 17 | 7 | 543 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11001001 | 0 | 10000 | 1111 | 111 | 101100011 | 110100 | 1010101 |
Color Harmonies of #EDC6C9
Complementary color
Monochromatic Colors of #EDC6C9
Black with #EDC6C9
Text Example
Text Example
White with #EDC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6C9; }
p { color: rgb(237,198,201); }
H1.HeaderClassName
{
color: #EDC6C9;
}
.AnyTagClassName
{
color: #EDC6C9;
}
</style>
background-color css
<style>
a { background-color: #EDC6C9; }
a { background-color: rgb(237,198,201); }
div.DivClassName
{
background-color: #EDC6C9;
}
.BgClassName
{
background-color: #EDC6C9;
}
</style>
border-color css
<style>
span { border-color: #EDC6C9; }
span { border-color: rgb(237,198,201); }
td.TdClassName
{
border-color: #EDC6C9;
}
.TagClassName
{
border-color: #EDC6C9;
}
</style>