Shades of Azalea #EEC5CC
Tints of Azalea #EEC5CC
RGB
CMYK
RGB Variations
Color information
#EEC5CC (or 0xEEC5CC) is known color: Azalea. HEX triplet: EE, C5 and CC. RGB value is (238,197,204). Sum of RGB (Red+Green+Blue) = 238+197+204=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CC is #113A33. Grayscale: #D2D2D2. Windows color (decimal): -1129012 or 13420014. OLE color: 13420014.
HSL color Cylindrical-coordinate representation of color #EEC5CC: hue angle of 349.76º degrees, saturation: 0.55, 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 #EEC5CC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 204 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.07 |
| HSL | 349.76º | 0.55% | 0.85% | - |
| HSV(B) | 349.76º | 0.17% | 0.93% | - |
| XYZ | 66.13 | 62.47 | 65.7 | - |
| YUV | 210.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 204 | 0 | 0.17 | 0.14 | 0.07 | 349.76 | 0.55 | 0.85 |
| Hex | EE | C5 | CC | 0 | 11 | E | 7 | 15E | 37 | 55 |
| Octal | 356 | 305 | 314 | 0 | 21 | 16 | 7 | 536 | 67 | 125 |
| Binary | 11101110 | 11000101 | 11001100 | 0 | 10001 | 1110 | 111 | 101011110 | 110111 | 1010101 |
Color Harmonies of #EEC5CC
Complementary color
Monochromatic Colors of #EEC5CC
Black with #EEC5CC
Text Example
Text Example
White with #EEC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5CC; }
p { color: rgb(238,197,204); }
H1.HeaderClassName
{
color: #EEC5CC;
}
.AnyTagClassName
{
color: #EEC5CC;
}
</style>
background-color css
<style>
a { background-color: #EEC5CC; }
a { background-color: rgb(238,197,204); }
div.DivClassName
{
background-color: #EEC5CC;
}
.BgClassName
{
background-color: #EEC5CC;
}
</style>
border-color css
<style>
span { border-color: #EEC5CC; }
span { border-color: rgb(238,197,204); }
td.TdClassName
{
border-color: #EEC5CC;
}
.TagClassName
{
border-color: #EEC5CC;
}
</style>