Shades of Azalea #EECACD
Tints of Azalea #EECACD
RGB
CMYK
RGB Variations
Color information
#EECACD (or 0xEECACD) is known color: Azalea. HEX triplet: EE, CA and CD. RGB value is (238,202,205). Sum of RGB (Red+Green+Blue) = 238+202+205=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACD is #113532. Grayscale: #D5D5D5. Windows color (decimal): -1127731 or 13486830. OLE color: 13486830.
HSL color Cylindrical-coordinate representation of color #EECACD: hue angle of 355º degrees, saturation: 0.51, 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 #EECACD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 205 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 355º | 0.51% | 0.86% | - |
| HSV(B) | 355º | 0.15% | 0.93% | - |
| XYZ | 67.4 | 64.83 | 66.72 | - |
| YUV | 213.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 205 | 0 | 0.15 | 0.14 | 0.07 | 355 | 0.51 | 0.86 |
| Hex | EE | CA | CD | 0 | F | E | 7 | 163 | 33 | 56 |
| Octal | 356 | 312 | 315 | 0 | 17 | 16 | 7 | 543 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11001101 | 0 | 1111 | 1110 | 111 | 101100011 | 110011 | 1010110 |
Color Harmonies of #EECACD
Complementary color
Monochromatic Colors of #EECACD
Black with #EECACD
Text Example
Text Example
White with #EECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECACD; }
p { color: rgb(238,202,205); }
H1.HeaderClassName
{
color: #EECACD;
}
.AnyTagClassName
{
color: #EECACD;
}
</style>
background-color css
<style>
a { background-color: #EECACD; }
a { background-color: rgb(238,202,205); }
div.DivClassName
{
background-color: #EECACD;
}
.BgClassName
{
background-color: #EECACD;
}
</style>
border-color css
<style>
span { border-color: #EECACD; }
span { border-color: rgb(238,202,205); }
td.TdClassName
{
border-color: #EECACD;
}
.TagClassName
{
border-color: #EECACD;
}
</style>