Shades of Azalea #EDCACC
Tints of Azalea #EDCACC
RGB
CMYK
RGB Variations
Color information
#EDCACC (or 0xEDCACC) is known color: Azalea. HEX triplet: ED, CA and CC. RGB value is (237,202,204). Sum of RGB (Red+Green+Blue) = 237+202+204=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACC is #123533. Grayscale: #D4D4D4. Windows color (decimal): -1193268 or 13421293. OLE color: 13421293.
HSL color Cylindrical-coordinate representation of color #EDCACC: hue angle of 356.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCACC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 204 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 356.57º | 0.49% | 0.86% | - |
| HSV(B) | 356.57º | 0.15% | 0.93% | - |
| XYZ | 66.94 | 64.61 | 66.07 | - |
| YUV | 212.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 204 | 0 | 0.15 | 0.14 | 0.07 | 356.57 | 0.49 | 0.86 |
| Hex | ED | CA | CC | 0 | F | E | 7 | 165 | 31 | 56 |
| Octal | 355 | 312 | 314 | 0 | 17 | 16 | 7 | 545 | 61 | 126 |
| Binary | 11101101 | 11001010 | 11001100 | 0 | 1111 | 1110 | 111 | 101100101 | 110001 | 1010110 |
Color Harmonies of #EDCACC
Complementary color
Monochromatic Colors of #EDCACC
Black with #EDCACC
Text Example
Text Example
White with #EDCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCACC; }
p { color: rgb(237,202,204); }
H1.HeaderClassName
{
color: #EDCACC;
}
.AnyTagClassName
{
color: #EDCACC;
}
</style>
background-color css
<style>
a { background-color: #EDCACC; }
a { background-color: rgb(237,202,204); }
div.DivClassName
{
background-color: #EDCACC;
}
.BgClassName
{
background-color: #EDCACC;
}
</style>
border-color css
<style>
span { border-color: #EDCACC; }
span { border-color: rgb(237,202,204); }
td.TdClassName
{
border-color: #EDCACC;
}
.TagClassName
{
border-color: #EDCACC;
}
</style>