Shades of Azalea #ECC7C9
Tints of Azalea #ECC7C9
RGB
CMYK
RGB Variations
Color information
#ECC7C9 (or 0xECC7C9) is known color: Azalea. HEX triplet: EC, C7 and C9. RGB value is (236,199,201). Sum of RGB (Red+Green+Blue) = 236+199+201=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7C9 is #133836. Grayscale: #D2D2D2. Windows color (decimal): -1259575 or 13223916. OLE color: 13223916.
HSL color Cylindrical-coordinate representation of color #ECC7C9: hue angle of 356.76º degrees, saturation: 0.49, 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 #ECC7C9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 201 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.07 |
| HSL | 356.76º | 0.49% | 0.85% | - |
| HSV(B) | 356.76º | 0.16% | 0.93% | - |
| XYZ | 65.56 | 62.9 | 63.94 | - |
| YUV | 210.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 201 | 0 | 0.16 | 0.15 | 0.07 | 356.76 | 0.49 | 0.85 |
| Hex | EC | C7 | C9 | 0 | 10 | F | 7 | 165 | 31 | 55 |
| Octal | 354 | 307 | 311 | 0 | 20 | 17 | 7 | 545 | 61 | 125 |
| Binary | 11101100 | 11000111 | 11001001 | 0 | 10000 | 1111 | 111 | 101100101 | 110001 | 1010101 |
Color Harmonies of #ECC7C9
Complementary color
Monochromatic Colors of #ECC7C9
Black with #ECC7C9
Text Example
Text Example
White with #ECC7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7C9; }
p { color: rgb(236,199,201); }
H1.HeaderClassName
{
color: #ECC7C9;
}
.AnyTagClassName
{
color: #ECC7C9;
}
</style>
background-color css
<style>
a { background-color: #ECC7C9; }
a { background-color: rgb(236,199,201); }
div.DivClassName
{
background-color: #ECC7C9;
}
.BgClassName
{
background-color: #ECC7C9;
}
</style>
border-color css
<style>
span { border-color: #ECC7C9; }
span { border-color: rgb(236,199,201); }
td.TdClassName
{
border-color: #ECC7C9;
}
.TagClassName
{
border-color: #ECC7C9;
}
</style>