Shades of Azalea #EFBDC4
Tints of Azalea #EFBDC4
RGB
CMYK
RGB Variations
Color information
#EFBDC4 (or 0xEFBDC4) is known color: Azalea. HEX triplet: EF, BD and C4. RGB value is (239,189,196). Sum of RGB (Red+Green+Blue) = 239+189+196=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC4 is #10423B. Grayscale: #CCCCCC. Windows color (decimal): -1065532 or 12893679. OLE color: 12893679.
HSL color Cylindrical-coordinate representation of color #EFBDC4: hue angle of 351.6º 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 #EFBDC4 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 196 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.06 |
| HSL | 351.6º | 0.61% | 0.84% | - |
| HSV(B) | 351.6º | 0.21% | 0.94% | - |
| XYZ | 63.76 | 58.73 | 60.2 | - |
| YUV | 204.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 196 | 0 | 0.21 | 0.18 | 0.06 | 351.6 | 0.61 | 0.84 |
| Hex | EF | BD | C4 | 0 | 15 | 12 | 6 | 160 | 3D | 54 |
| Octal | 357 | 275 | 304 | 0 | 25 | 22 | 6 | 540 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000100 | 0 | 10101 | 10010 | 110 | 101100000 | 111101 | 1010100 |
Color Harmonies of #EFBDC4
Complementary color
Monochromatic Colors of #EFBDC4
Black with #EFBDC4
Text Example
Text Example
White with #EFBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC4; }
p { color: rgb(239,189,196); }
H1.HeaderClassName
{
color: #EFBDC4;
}
.AnyTagClassName
{
color: #EFBDC4;
}
</style>
background-color css
<style>
a { background-color: #EFBDC4; }
a { background-color: rgb(239,189,196); }
div.DivClassName
{
background-color: #EFBDC4;
}
.BgClassName
{
background-color: #EFBDC4;
}
</style>
border-color css
<style>
span { border-color: #EFBDC4; }
span { border-color: rgb(239,189,196); }
td.TdClassName
{
border-color: #EFBDC4;
}
.TagClassName
{
border-color: #EFBDC4;
}
</style>