Shades of Azalea #EFC5C7
Tints of Azalea #EFC5C7
RGB
CMYK
RGB Variations
Color information
#EFC5C7 (or 0xEFC5C7) is known color: Azalea. HEX triplet: EF, C5 and C7. RGB value is (239,197,199). Sum of RGB (Red+Green+Blue) = 239+197+199=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C7 is #103A38. Grayscale: #D1D1D1. Windows color (decimal): -1063481 or 13092335. OLE color: 13092335.
HSL color Cylindrical-coordinate representation of color #EFC5C7: hue angle of 357.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5C7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 199 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 357.14º | 0.57% | 0.85% | - |
| HSV(B) | 357.14º | 0.18% | 0.94% | - |
| XYZ | 65.87 | 62.41 | 62.61 | - |
| YUV | 209.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 199 | 0 | 0.18 | 0.17 | 0.06 | 357.14 | 0.57 | 0.85 |
| Hex | EF | C5 | C7 | 0 | 12 | 11 | 6 | 165 | 39 | 55 |
| Octal | 357 | 305 | 307 | 0 | 22 | 21 | 6 | 545 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11000111 | 0 | 10010 | 10001 | 110 | 101100101 | 111001 | 1010101 |
Color Harmonies of #EFC5C7
Complementary color
Monochromatic Colors of #EFC5C7
Black with #EFC5C7
Text Example
Text Example
White with #EFC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5C7; }
p { color: rgb(239,197,199); }
H1.HeaderClassName
{
color: #EFC5C7;
}
.AnyTagClassName
{
color: #EFC5C7;
}
</style>
background-color css
<style>
a { background-color: #EFC5C7; }
a { background-color: rgb(239,197,199); }
div.DivClassName
{
background-color: #EFC5C7;
}
.BgClassName
{
background-color: #EFC5C7;
}
</style>
border-color css
<style>
span { border-color: #EFC5C7; }
span { border-color: rgb(239,197,199); }
td.TdClassName
{
border-color: #EFC5C7;
}
.TagClassName
{
border-color: #EFC5C7;
}
</style>