Shades of Azalea #ECC5C8
Tints of Azalea #ECC5C8
RGB
CMYK
RGB Variations
Color information
#ECC5C8 (or 0xECC5C8) is known color: Azalea. HEX triplet: EC, C5 and C8. RGB value is (236,197,200). Sum of RGB (Red+Green+Blue) = 236+197+200=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C8 is #133A37. Grayscale: #D1D1D1. Windows color (decimal): -1260088 or 13157868. OLE color: 13157868.
HSL color Cylindrical-coordinate representation of color #ECC5C8: hue angle of 355.38º 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 #ECC5C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 197 | 200 | - |
CMYK | 0 | 0.17 | 0.15 | 0.07 |
HSL | 355.38º | 0.51% | 0.85% | - |
HSV(B) | 355.38º | 0.17% | 0.93% | - |
XYZ | 64.98 | 61.94 | 63.17 | - |
YUV | 209 | 122.92 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 197 | 200 | 0 | 0.17 | 0.15 | 0.07 | 355.38 | 0.51 | 0.85 |
Hex | EC | C5 | C8 | 0 | 11 | F | 7 | 163 | 33 | 55 |
Octal | 354 | 305 | 310 | 0 | 21 | 17 | 7 | 543 | 63 | 125 |
Binary | 11101100 | 11000101 | 11001000 | 0 | 10001 | 1111 | 111 | 101100011 | 110011 | 1010101 |
Color Harmonies of #ECC5C8
Complementary color
Monochromatic Colors of #ECC5C8
Black with #ECC5C8
Text Example
Text Example
White with #ECC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5C8; }
p { color: rgb(236,197,200); }
H1.HeaderClassName
{
color: #ECC5C8;
}
.AnyTagClassName
{
color: #ECC5C8;
}
</style>
background-color css
<style>
a { background-color: #ECC5C8; }
a { background-color: rgb(236,197,200); }
div.DivClassName
{
background-color: #ECC5C8;
}
.BgClassName
{
background-color: #ECC5C8;
}
</style>
border-color css
<style>
span { border-color: #ECC5C8; }
span { border-color: rgb(236,197,200); }
td.TdClassName
{
border-color: #ECC5C8;
}
.TagClassName
{
border-color: #ECC5C8;
}
</style>