Shades of Azalea #ECC5C6
Tints of Azalea #ECC5C6
RGB
CMYK
RGB Variations
Color information
#ECC5C6 (or 0xECC5C6) is known color: Azalea. HEX triplet: EC, C5 and C6. RGB value is (236,197,198). Sum of RGB (Red+Green+Blue) = 236+197+198=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C6 is #133A39. Grayscale: #D0D0D0. Windows color (decimal): -1260090 or 13026796. OLE color: 13026796.
HSL color Cylindrical-coordinate representation of color #ECC5C6: hue angle of 358.46º degrees, saturation: 0.51, 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 #ECC5C6 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 198 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.07 |
| HSL | 358.46º | 0.51% | 0.85% | - |
| HSV(B) | 358.46º | 0.17% | 0.93% | - |
| XYZ | 64.75 | 61.84 | 61.95 | - |
| YUV | 208.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 198 | 0 | 0.17 | 0.16 | 0.07 | 358.46 | 0.51 | 0.85 |
| Hex | EC | C5 | C6 | 0 | 11 | 10 | 7 | 166 | 33 | 55 |
| Octal | 354 | 305 | 306 | 0 | 21 | 20 | 7 | 546 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11000110 | 0 | 10001 | 10000 | 111 | 101100110 | 110011 | 1010101 |
Color Harmonies of #ECC5C6
Complementary color
Monochromatic Colors of #ECC5C6
Black with #ECC5C6
Text Example
Text Example
White with #ECC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5C6; }
p { color: rgb(236,197,198); }
H1.HeaderClassName
{
color: #ECC5C6;
}
.AnyTagClassName
{
color: #ECC5C6;
}
</style>
background-color css
<style>
a { background-color: #ECC5C6; }
a { background-color: rgb(236,197,198); }
div.DivClassName
{
background-color: #ECC5C6;
}
.BgClassName
{
background-color: #ECC5C6;
}
</style>
border-color css
<style>
span { border-color: #ECC5C6; }
span { border-color: rgb(236,197,198); }
td.TdClassName
{
border-color: #ECC5C6;
}
.TagClassName
{
border-color: #ECC5C6;
}
</style>