Shades of Azalea #ECC6C8
Tints of Azalea #ECC6C8
RGB
CMYK
RGB Variations
Color information
#ECC6C8 (or 0xECC6C8) is known color: Azalea. HEX triplet: EC, C6 and C8. RGB value is (236,198,200). Sum of RGB (Red+Green+Blue) = 236+198+200=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6C8 is #133937. Grayscale: #D1D1D1. Windows color (decimal): -1259832 or 13158124. OLE color: 13158124.
HSL color Cylindrical-coordinate representation of color #ECC6C8: hue angle of 356.84º 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 #ECC6C8 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 200 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.07 |
| HSL | 356.84º | 0.5% | 0.85% | - |
| HSV(B) | 356.84º | 0.16% | 0.93% | - |
| XYZ | 65.21 | 62.39 | 63.25 | - |
| YUV | 209.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 200 | 0 | 0.16 | 0.15 | 0.07 | 356.84 | 0.5 | 0.85 |
| Hex | EC | C6 | C8 | 0 | 10 | F | 7 | 165 | 32 | 55 |
| Octal | 354 | 306 | 310 | 0 | 20 | 17 | 7 | 545 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11001000 | 0 | 10000 | 1111 | 111 | 101100101 | 110010 | 1010101 |
Color Harmonies of #ECC6C8
Complementary color
Monochromatic Colors of #ECC6C8
Black with #ECC6C8
Text Example
Text Example
White with #ECC6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6C8; }
p { color: rgb(236,198,200); }
H1.HeaderClassName
{
color: #ECC6C8;
}
.AnyTagClassName
{
color: #ECC6C8;
}
</style>
background-color css
<style>
a { background-color: #ECC6C8; }
a { background-color: rgb(236,198,200); }
div.DivClassName
{
background-color: #ECC6C8;
}
.BgClassName
{
background-color: #ECC6C8;
}
</style>
border-color css
<style>
span { border-color: #ECC6C8; }
span { border-color: rgb(236,198,200); }
td.TdClassName
{
border-color: #ECC6C8;
}
.TagClassName
{
border-color: #ECC6C8;
}
</style>