Shades of Azalea #EFC7CB
Tints of Azalea #EFC7CB
RGB
CMYK
RGB Variations
Color information
#EFC7CB (or 0xEFC7CB) is known color: Azalea. HEX triplet: EF, C7 and CB. RGB value is (239,199,203). Sum of RGB (Red+Green+Blue) = 239+199+203=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CB is #103834. Grayscale: #D3D3D3. Windows color (decimal): -1062965 or 13354991. OLE color: 13354991.
HSL color Cylindrical-coordinate representation of color #EFC7CB: hue angle of 354º 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 #EFC7CB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 203 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 354º | 0.56% | 0.86% | - |
| HSV(B) | 354º | 0.17% | 0.94% | - |
| XYZ | 66.8 | 63.51 | 65.24 | - |
| YUV | 211.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 203 | 0 | 0.17 | 0.15 | 0.06 | 354 | 0.56 | 0.86 |
| Hex | EF | C7 | CB | 0 | 11 | F | 6 | 162 | 38 | 56 |
| Octal | 357 | 307 | 313 | 0 | 21 | 17 | 6 | 542 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11001011 | 0 | 10001 | 1111 | 110 | 101100010 | 111000 | 1010110 |
Color Harmonies of #EFC7CB
Complementary color
Monochromatic Colors of #EFC7CB
Black with #EFC7CB
Text Example
Text Example
White with #EFC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7CB; }
p { color: rgb(239,199,203); }
H1.HeaderClassName
{
color: #EFC7CB;
}
.AnyTagClassName
{
color: #EFC7CB;
}
</style>
background-color css
<style>
a { background-color: #EFC7CB; }
a { background-color: rgb(239,199,203); }
div.DivClassName
{
background-color: #EFC7CB;
}
.BgClassName
{
background-color: #EFC7CB;
}
</style>
border-color css
<style>
span { border-color: #EFC7CB; }
span { border-color: rgb(239,199,203); }
td.TdClassName
{
border-color: #EFC7CB;
}
.TagClassName
{
border-color: #EFC7CB;
}
</style>