Shades of Azalea #EEC7CC
Tints of Azalea #EEC7CC
RGB
CMYK
RGB Variations
Color information
#EEC7CC (or 0xEEC7CC) is known color: Azalea. HEX triplet: EE, C7 and CC. RGB value is (238,199,204). Sum of RGB (Red+Green+Blue) = 238+199+204=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7CC is #113833. Grayscale: #D3D3D3. Windows color (decimal): -1128500 or 13420526. OLE color: 13420526.
HSL color Cylindrical-coordinate representation of color #EEC7CC: hue angle of 352.31º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7CC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 204 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 352.31º | 0.53% | 0.86% | - |
| HSV(B) | 352.31º | 0.16% | 0.93% | - |
| XYZ | 66.58 | 63.38 | 65.85 | - |
| YUV | 211.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 204 | 0 | 0.16 | 0.14 | 0.07 | 352.31 | 0.53 | 0.86 |
| Hex | EE | C7 | CC | 0 | 10 | E | 7 | 160 | 35 | 56 |
| Octal | 356 | 307 | 314 | 0 | 20 | 16 | 7 | 540 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11001100 | 0 | 10000 | 1110 | 111 | 101100000 | 110101 | 1010110 |
Color Harmonies of #EEC7CC
Complementary color
Monochromatic Colors of #EEC7CC
Black with #EEC7CC
Text Example
Text Example
White with #EEC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7CC; }
p { color: rgb(238,199,204); }
H1.HeaderClassName
{
color: #EEC7CC;
}
.AnyTagClassName
{
color: #EEC7CC;
}
</style>
background-color css
<style>
a { background-color: #EEC7CC; }
a { background-color: rgb(238,199,204); }
div.DivClassName
{
background-color: #EEC7CC;
}
.BgClassName
{
background-color: #EEC7CC;
}
</style>
border-color css
<style>
span { border-color: #EEC7CC; }
span { border-color: rgb(238,199,204); }
td.TdClassName
{
border-color: #EEC7CC;
}
.TagClassName
{
border-color: #EEC7CC;
}
</style>