Shades of Azalea #EEC6CC
Tints of Azalea #EEC6CC
RGB
CMYK
RGB Variations
Color information
#EEC6CC (or 0xEEC6CC) is known color: Azalea. HEX triplet: EE, C6 and CC. RGB value is (238,198,204). Sum of RGB (Red+Green+Blue) = 238+198+204=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6CC is #113933. Grayscale: #D2D2D2. Windows color (decimal): -1128756 or 13420270. OLE color: 13420270.
HSL color Cylindrical-coordinate representation of color #EEC6CC: hue angle of 351º degrees, saturation: 0.54, 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 #EEC6CC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 204 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.07 |
| HSL | 351º | 0.54% | 0.85% | - |
| HSV(B) | 351º | 0.17% | 0.93% | - |
| XYZ | 66.35 | 62.92 | 65.78 | - |
| YUV | 210.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 204 | 0 | 0.17 | 0.14 | 0.07 | 351 | 0.54 | 0.85 |
| Hex | EE | C6 | CC | 0 | 11 | E | 7 | 15F | 36 | 55 |
| Octal | 356 | 306 | 314 | 0 | 21 | 16 | 7 | 537 | 66 | 125 |
| Binary | 11101110 | 11000110 | 11001100 | 0 | 10001 | 1110 | 111 | 101011111 | 110110 | 1010101 |
Color Harmonies of #EEC6CC
Complementary color
Monochromatic Colors of #EEC6CC
Black with #EEC6CC
Text Example
Text Example
White with #EEC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6CC; }
p { color: rgb(238,198,204); }
H1.HeaderClassName
{
color: #EEC6CC;
}
.AnyTagClassName
{
color: #EEC6CC;
}
</style>
background-color css
<style>
a { background-color: #EEC6CC; }
a { background-color: rgb(238,198,204); }
div.DivClassName
{
background-color: #EEC6CC;
}
.BgClassName
{
background-color: #EEC6CC;
}
</style>
border-color css
<style>
span { border-color: #EEC6CC; }
span { border-color: rgb(238,198,204); }
td.TdClassName
{
border-color: #EEC6CC;
}
.TagClassName
{
border-color: #EEC6CC;
}
</style>