Shades of Azalea #ECC2C8
Tints of Azalea #ECC2C8
RGB
CMYK
RGB Variations
Color information
#ECC2C8 (or 0xECC2C8) is known color: Azalea. HEX triplet: EC, C2 and C8. RGB value is (236,194,200). Sum of RGB (Red+Green+Blue) = 236+194+200=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2C8 is #133D37. Grayscale: #CFCFCF. Windows color (decimal): -1260856 or 13157100. OLE color: 13157100.
HSL color Cylindrical-coordinate representation of color #ECC2C8: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2C8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 200 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.07 |
| HSL | 351.43º | 0.53% | 0.84% | - |
| HSV(B) | 351.43º | 0.18% | 0.93% | - |
| XYZ | 64.31 | 60.59 | 62.95 | - |
| YUV | 207.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 200 | 0 | 0.18 | 0.15 | 0.07 | 351.43 | 0.53 | 0.84 |
| Hex | EC | C2 | C8 | 0 | 12 | F | 7 | 15F | 34 | 54 |
| Octal | 354 | 302 | 310 | 0 | 22 | 17 | 7 | 537 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11001000 | 0 | 10010 | 1111 | 111 | 101011111 | 110100 | 1010100 |
Color Harmonies of #ECC2C8
Complementary color
Monochromatic Colors of #ECC2C8
Black with #ECC2C8
Text Example
Text Example
White with #ECC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2C8; }
p { color: rgb(236,194,200); }
H1.HeaderClassName
{
color: #ECC2C8;
}
.AnyTagClassName
{
color: #ECC2C8;
}
</style>
background-color css
<style>
a { background-color: #ECC2C8; }
a { background-color: rgb(236,194,200); }
div.DivClassName
{
background-color: #ECC2C8;
}
.BgClassName
{
background-color: #ECC2C8;
}
</style>
border-color css
<style>
span { border-color: #ECC2C8; }
span { border-color: rgb(236,194,200); }
td.TdClassName
{
border-color: #ECC2C8;
}
.TagClassName
{
border-color: #ECC2C8;
}
</style>