Shades of Azalea #EFC6C9
Tints of Azalea #EFC6C9
RGB
CMYK
RGB Variations
Color information
#EFC6C9 (or 0xEFC6C9) is known color: Azalea. HEX triplet: EF, C6 and C9. RGB value is (239,198,201). Sum of RGB (Red+Green+Blue) = 239+198+201=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6C9 is #103936. Grayscale: #D2D2D2. Windows color (decimal): -1063223 or 13223663. OLE color: 13223663.
HSL color Cylindrical-coordinate representation of color #EFC6C9: hue angle of 355.61º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6C9 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 201 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.06 |
| HSL | 355.61º | 0.56% | 0.86% | - |
| HSV(B) | 355.61º | 0.17% | 0.94% | - |
| XYZ | 66.33 | 62.96 | 63.91 | - |
| YUV | 210.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 201 | 0 | 0.17 | 0.16 | 0.06 | 355.61 | 0.56 | 0.86 |
| Hex | EF | C6 | C9 | 0 | 11 | 10 | 6 | 164 | 38 | 56 |
| Octal | 357 | 306 | 311 | 0 | 21 | 20 | 6 | 544 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11001001 | 0 | 10001 | 10000 | 110 | 101100100 | 111000 | 1010110 |
Color Harmonies of #EFC6C9
Complementary color
Monochromatic Colors of #EFC6C9
Black with #EFC6C9
Text Example
Text Example
White with #EFC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6C9; }
p { color: rgb(239,198,201); }
H1.HeaderClassName
{
color: #EFC6C9;
}
.AnyTagClassName
{
color: #EFC6C9;
}
</style>
background-color css
<style>
a { background-color: #EFC6C9; }
a { background-color: rgb(239,198,201); }
div.DivClassName
{
background-color: #EFC6C9;
}
.BgClassName
{
background-color: #EFC6C9;
}
</style>
border-color css
<style>
span { border-color: #EFC6C9; }
span { border-color: rgb(239,198,201); }
td.TdClassName
{
border-color: #EFC6C9;
}
.TagClassName
{
border-color: #EFC6C9;
}
</style>