Shades of Azalea #EFBDC0
Tints of Azalea #EFBDC0
RGB
CMYK
RGB Variations
Color information
#EFBDC0 (or 0xEFBDC0) is known color: Azalea. HEX triplet: EF, BD and C0. RGB value is (239,189,192). Sum of RGB (Red+Green+Blue) = 239+189+192=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC0 is #10423F. Grayscale: #CCCCCC. Windows color (decimal): -1065536 or 12631535. OLE color: 12631535.
HSL color Cylindrical-coordinate representation of color #EFBDC0: hue angle of 356.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 192 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.06 |
| HSL | 356.4º | 0.61% | 0.84% | - |
| HSV(B) | 356.4º | 0.21% | 0.94% | - |
| XYZ | 63.31 | 58.55 | 57.83 | - |
| YUV | 204.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 192 | 0 | 0.21 | 0.20 | 0.06 | 356.4 | 0.61 | 0.84 |
| Hex | EF | BD | C0 | 0 | 15 | 14 | 6 | 164 | 3D | 54 |
| Octal | 357 | 275 | 300 | 0 | 25 | 24 | 6 | 544 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000000 | 0 | 10101 | 10100 | 110 | 101100100 | 111101 | 1010100 |
Color Harmonies of #EFBDC0
Complementary color
Monochromatic Colors of #EFBDC0
Black with #EFBDC0
Text Example
Text Example
White with #EFBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC0; }
p { color: rgb(239,189,192); }
H1.HeaderClassName
{
color: #EFBDC0;
}
.AnyTagClassName
{
color: #EFBDC0;
}
</style>
background-color css
<style>
a { background-color: #EFBDC0; }
a { background-color: rgb(239,189,192); }
div.DivClassName
{
background-color: #EFBDC0;
}
.BgClassName
{
background-color: #EFBDC0;
}
</style>
border-color css
<style>
span { border-color: #EFBDC0; }
span { border-color: rgb(239,189,192); }
td.TdClassName
{
border-color: #EFBDC0;
}
.TagClassName
{
border-color: #EFBDC0;
}
</style>