Shades of Azalea #EFC5CC
Tints of Azalea #EFC5CC
RGB
CMYK
RGB Variations
Color information
#EFC5CC (or 0xEFC5CC) is known color: Azalea. HEX triplet: EF, C5 and CC. RGB value is (239,197,204). Sum of RGB (Red+Green+Blue) = 239+197+204=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CC is #103A33. Grayscale: #D2D2D2. Windows color (decimal): -1063476 or 13420015. OLE color: 13420015.
HSL color Cylindrical-coordinate representation of color #EFC5CC: hue angle of 350º 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 #EFC5CC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 204 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.06 |
| HSL | 350º | 0.57% | 0.85% | - |
| HSV(B) | 350º | 0.18% | 0.94% | - |
| XYZ | 66.46 | 62.64 | 65.72 | - |
| YUV | 210.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 204 | 0 | 0.18 | 0.15 | 0.06 | 350 | 0.57 | 0.85 |
| Hex | EF | C5 | CC | 0 | 12 | F | 6 | 15E | 39 | 55 |
| Octal | 357 | 305 | 314 | 0 | 22 | 17 | 6 | 536 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11001100 | 0 | 10010 | 1111 | 110 | 101011110 | 111001 | 1010101 |
Color Harmonies of #EFC5CC
Complementary color
Monochromatic Colors of #EFC5CC
Black with #EFC5CC
Text Example
Text Example
White with #EFC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5CC; }
p { color: rgb(239,197,204); }
H1.HeaderClassName
{
color: #EFC5CC;
}
.AnyTagClassName
{
color: #EFC5CC;
}
</style>
background-color css
<style>
a { background-color: #EFC5CC; }
a { background-color: rgb(239,197,204); }
div.DivClassName
{
background-color: #EFC5CC;
}
.BgClassName
{
background-color: #EFC5CC;
}
</style>
border-color css
<style>
span { border-color: #EFC5CC; }
span { border-color: rgb(239,197,204); }
td.TdClassName
{
border-color: #EFC5CC;
}
.TagClassName
{
border-color: #EFC5CC;
}
</style>