Shades of Azalea #EFBDC2
Tints of Azalea #EFBDC2
RGB
CMYK
RGB Variations
Color information
#EFBDC2 (or 0xEFBDC2) is known color: Azalea. HEX triplet: EF, BD and C2. RGB value is (239,189,194). Sum of RGB (Red+Green+Blue) = 239+189+194=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC2 is #10423D. Grayscale: #CCCCCC. Windows color (decimal): -1065534 or 12762607. OLE color: 12762607.
HSL color Cylindrical-coordinate representation of color #EFBDC2: hue angle of 354º 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 #EFBDC2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 194 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 354º | 0.61% | 0.84% | - |
| HSV(B) | 354º | 0.21% | 0.94% | - |
| XYZ | 63.53 | 58.64 | 59.01 | - |
| YUV | 204.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 194 | 0 | 0.21 | 0.19 | 0.06 | 354 | 0.61 | 0.84 |
| Hex | EF | BD | C2 | 0 | 15 | 13 | 6 | 162 | 3D | 54 |
| Octal | 357 | 275 | 302 | 0 | 25 | 23 | 6 | 542 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000010 | 0 | 10101 | 10011 | 110 | 101100010 | 111101 | 1010100 |
Color Harmonies of #EFBDC2
Complementary color
Monochromatic Colors of #EFBDC2
Black with #EFBDC2
Text Example
Text Example
White with #EFBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC2; }
p { color: rgb(239,189,194); }
H1.HeaderClassName
{
color: #EFBDC2;
}
.AnyTagClassName
{
color: #EFBDC2;
}
</style>
background-color css
<style>
a { background-color: #EFBDC2; }
a { background-color: rgb(239,189,194); }
div.DivClassName
{
background-color: #EFBDC2;
}
.BgClassName
{
background-color: #EFBDC2;
}
</style>
border-color css
<style>
span { border-color: #EFBDC2; }
span { border-color: rgb(239,189,194); }
td.TdClassName
{
border-color: #EFBDC2;
}
.TagClassName
{
border-color: #EFBDC2;
}
</style>