Shades of Azalea #ECC6CC
Tints of Azalea #ECC6CC
RGB
CMYK
RGB Variations
Color information
#ECC6CC (or 0xECC6CC) is known color: Azalea. HEX triplet: EC, C6 and CC. RGB value is (236,198,204). Sum of RGB (Red+Green+Blue) = 236+198+204=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6CC is #133933. Grayscale: #D2D2D2. Windows color (decimal): -1259828 or 13420268. OLE color: 13420268.
HSL color Cylindrical-coordinate representation of color #ECC6CC: hue angle of 350.53º degrees, saturation: 0.5, 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 #ECC6CC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 204 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 350.53º | 0.5% | 0.85% | - |
| HSV(B) | 350.53º | 0.16% | 0.93% | - |
| XYZ | 65.69 | 62.58 | 65.74 | - |
| YUV | 210.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 204 | 0 | 0.16 | 0.14 | 0.07 | 350.53 | 0.5 | 0.85 |
| Hex | EC | C6 | CC | 0 | 10 | E | 7 | 15F | 32 | 55 |
| Octal | 354 | 306 | 314 | 0 | 20 | 16 | 7 | 537 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11001100 | 0 | 10000 | 1110 | 111 | 101011111 | 110010 | 1010101 |
Color Harmonies of #ECC6CC
Complementary color
Monochromatic Colors of #ECC6CC
Black with #ECC6CC
Text Example
Text Example
White with #ECC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6CC; }
p { color: rgb(236,198,204); }
H1.HeaderClassName
{
color: #ECC6CC;
}
.AnyTagClassName
{
color: #ECC6CC;
}
</style>
background-color css
<style>
a { background-color: #ECC6CC; }
a { background-color: rgb(236,198,204); }
div.DivClassName
{
background-color: #ECC6CC;
}
.BgClassName
{
background-color: #ECC6CC;
}
</style>
border-color css
<style>
span { border-color: #ECC6CC; }
span { border-color: rgb(236,198,204); }
td.TdClassName
{
border-color: #ECC6CC;
}
.TagClassName
{
border-color: #ECC6CC;
}
</style>