Shades of Azalea #EFC9CD
Tints of Azalea #EFC9CD
RGB
CMYK
RGB Variations
Color information
#EFC9CD (or 0xEFC9CD) is known color: Azalea. HEX triplet: EF, C9 and CD. RGB value is (239,201,205). Sum of RGB (Red+Green+Blue) = 239+201+205=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CD is #103632. Grayscale: #D4D4D4. Windows color (decimal): -1062451 or 13486575. OLE color: 13486575.
HSL color Cylindrical-coordinate representation of color #EFC9CD: hue angle of 353.68º 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 #EFC9CD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 205 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.06 |
| HSL | 353.68º | 0.54% | 0.86% | - |
| HSV(B) | 353.68º | 0.16% | 0.94% | - |
| XYZ | 67.5 | 64.53 | 66.66 | - |
| YUV | 212.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 205 | 0 | 0.16 | 0.14 | 0.06 | 353.68 | 0.54 | 0.86 |
| Hex | EF | C9 | CD | 0 | 10 | E | 6 | 162 | 36 | 56 |
| Octal | 357 | 311 | 315 | 0 | 20 | 16 | 6 | 542 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11001101 | 0 | 10000 | 1110 | 110 | 101100010 | 110110 | 1010110 |
Color Harmonies of #EFC9CD
Complementary color
Monochromatic Colors of #EFC9CD
Black with #EFC9CD
Text Example
Text Example
White with #EFC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9CD; }
p { color: rgb(239,201,205); }
H1.HeaderClassName
{
color: #EFC9CD;
}
.AnyTagClassName
{
color: #EFC9CD;
}
</style>
background-color css
<style>
a { background-color: #EFC9CD; }
a { background-color: rgb(239,201,205); }
div.DivClassName
{
background-color: #EFC9CD;
}
.BgClassName
{
background-color: #EFC9CD;
}
</style>
border-color css
<style>
span { border-color: #EFC9CD; }
span { border-color: rgb(239,201,205); }
td.TdClassName
{
border-color: #EFC9CD;
}
.TagClassName
{
border-color: #EFC9CD;
}
</style>