Shades of Azalea #EFC9CC
Tints of Azalea #EFC9CC
RGB
CMYK
RGB Variations
Color information
#EFC9CC (or 0xEFC9CC) is known color: Azalea. HEX triplet: EF, C9 and CC. RGB value is (239,201,204). Sum of RGB (Red+Green+Blue) = 239+201+204=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CC is #103633. Grayscale: #D4D4D4. Windows color (decimal): -1062452 or 13421039. OLE color: 13421039.
HSL color Cylindrical-coordinate representation of color #EFC9CC: hue angle of 355.26º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9CC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 204 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.06 |
| HSL | 355.26º | 0.54% | 0.86% | - |
| HSV(B) | 355.26º | 0.16% | 0.94% | - |
| XYZ | 67.38 | 64.48 | 66.02 | - |
| YUV | 212.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 204 | 0 | 0.16 | 0.15 | 0.06 | 355.26 | 0.54 | 0.86 |
| Hex | EF | C9 | CC | 0 | 10 | F | 6 | 163 | 36 | 56 |
| Octal | 357 | 311 | 314 | 0 | 20 | 17 | 6 | 543 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11001100 | 0 | 10000 | 1111 | 110 | 101100011 | 110110 | 1010110 |
Color Harmonies of #EFC9CC
Complementary color
Monochromatic Colors of #EFC9CC
Black with #EFC9CC
Text Example
Text Example
White with #EFC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9CC; }
p { color: rgb(239,201,204); }
H1.HeaderClassName
{
color: #EFC9CC;
}
.AnyTagClassName
{
color: #EFC9CC;
}
</style>
background-color css
<style>
a { background-color: #EFC9CC; }
a { background-color: rgb(239,201,204); }
div.DivClassName
{
background-color: #EFC9CC;
}
.BgClassName
{
background-color: #EFC9CC;
}
</style>
border-color css
<style>
span { border-color: #EFC9CC; }
span { border-color: rgb(239,201,204); }
td.TdClassName
{
border-color: #EFC9CC;
}
.TagClassName
{
border-color: #EFC9CC;
}
</style>