Shades of Azalea #ECC3C8
Tints of Azalea #ECC3C8
RGB
CMYK
RGB Variations
Color information
#ECC3C8 (or 0xECC3C8) is known color: Azalea. HEX triplet: EC, C3 and C8. RGB value is (236,195,200). Sum of RGB (Red+Green+Blue) = 236+195+200=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C8 is #133C37. Grayscale: #CFCFCF. Windows color (decimal): -1260600 or 13157356. OLE color: 13157356.
HSL color Cylindrical-coordinate representation of color #ECC3C8: hue angle of 352.68º degrees, saturation: 0.52, 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 #ECC3C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 195 | 200 | - |
CMYK | 0 | 0.17 | 0.15 | 0.07 |
HSL | 352.68º | 0.52% | 0.85% | - |
HSV(B) | 352.68º | 0.17% | 0.93% | - |
XYZ | 64.53 | 61.03 | 63.02 | - |
YUV | 207.83 | 123.58 | 148.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 195 | 200 | 0 | 0.17 | 0.15 | 0.07 | 352.68 | 0.52 | 0.85 |
Hex | EC | C3 | C8 | 0 | 11 | F | 7 | 161 | 34 | 55 |
Octal | 354 | 303 | 310 | 0 | 21 | 17 | 7 | 541 | 64 | 125 |
Binary | 11101100 | 11000011 | 11001000 | 0 | 10001 | 1111 | 111 | 101100001 | 110100 | 1010101 |
Color Harmonies of #ECC3C8
Complementary color
Monochromatic Colors of #ECC3C8
Black with #ECC3C8
Text Example
Text Example
White with #ECC3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3C8; }
p { color: rgb(236,195,200); }
H1.HeaderClassName
{
color: #ECC3C8;
}
.AnyTagClassName
{
color: #ECC3C8;
}
</style>
background-color css
<style>
a { background-color: #ECC3C8; }
a { background-color: rgb(236,195,200); }
div.DivClassName
{
background-color: #ECC3C8;
}
.BgClassName
{
background-color: #ECC3C8;
}
</style>
border-color css
<style>
span { border-color: #ECC3C8; }
span { border-color: rgb(236,195,200); }
td.TdClassName
{
border-color: #ECC3C8;
}
.TagClassName
{
border-color: #ECC3C8;
}
</style>