Shades of Azalea #ECC6CB
Tints of Azalea #ECC6CB
RGB
CMYK
RGB Variations
Color information
#ECC6CB (or 0xECC6CB) is known color: Azalea. HEX triplet: EC, C6 and CB. RGB value is (236,198,203). Sum of RGB (Red+Green+Blue) = 236+198+203=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6CB is #133934. Grayscale: #D1D1D1. Windows color (decimal): -1259829 or 13354732. OLE color: 13354732.
HSL color Cylindrical-coordinate representation of color #ECC6CB: hue angle of 352.11º 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 #ECC6CB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 203 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 352.11º | 0.5% | 0.85% | - |
| HSV(B) | 352.11º | 0.16% | 0.93% | - |
| XYZ | 65.57 | 62.53 | 65.11 | - |
| YUV | 209.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 203 | 0 | 0.16 | 0.14 | 0.07 | 352.11 | 0.5 | 0.85 |
| Hex | EC | C6 | CB | 0 | 10 | E | 7 | 160 | 32 | 55 |
| Octal | 354 | 306 | 313 | 0 | 20 | 16 | 7 | 540 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11001011 | 0 | 10000 | 1110 | 111 | 101100000 | 110010 | 1010101 |
Color Harmonies of #ECC6CB
Complementary color
Monochromatic Colors of #ECC6CB
Black with #ECC6CB
Text Example
Text Example
White with #ECC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6CB; }
p { color: rgb(236,198,203); }
H1.HeaderClassName
{
color: #ECC6CB;
}
.AnyTagClassName
{
color: #ECC6CB;
}
</style>
background-color css
<style>
a { background-color: #ECC6CB; }
a { background-color: rgb(236,198,203); }
div.DivClassName
{
background-color: #ECC6CB;
}
.BgClassName
{
background-color: #ECC6CB;
}
</style>
border-color css
<style>
span { border-color: #ECC6CB; }
span { border-color: rgb(236,198,203); }
td.TdClassName
{
border-color: #ECC6CB;
}
.TagClassName
{
border-color: #ECC6CB;
}
</style>