Shades of Azalea #EFBDC1
Tints of Azalea #EFBDC1
RGB
CMYK
RGB Variations
Color information
#EFBDC1 (or 0xEFBDC1) is known color: Azalea. HEX triplet: EF, BD and C1. RGB value is (239,189,193). Sum of RGB (Red+Green+Blue) = 239+189+193=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC1 is #10423E. Grayscale: #CCCCCC. Windows color (decimal): -1065535 or 12697071. OLE color: 12697071.
HSL color Cylindrical-coordinate representation of color #EFBDC1: hue angle of 355.2º 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 #EFBDC1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 193 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 355.2º | 0.61% | 0.84% | - |
| HSV(B) | 355.2º | 0.21% | 0.94% | - |
| XYZ | 63.42 | 58.6 | 58.42 | - |
| YUV | 204.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 193 | 0 | 0.21 | 0.19 | 0.06 | 355.2 | 0.61 | 0.84 |
| Hex | EF | BD | C1 | 0 | 15 | 13 | 6 | 163 | 3D | 54 |
| Octal | 357 | 275 | 301 | 0 | 25 | 23 | 6 | 543 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000001 | 0 | 10101 | 10011 | 110 | 101100011 | 111101 | 1010100 |
Color Harmonies of #EFBDC1
Complementary color
Monochromatic Colors of #EFBDC1
Black with #EFBDC1
Text Example
Text Example
White with #EFBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC1; }
p { color: rgb(239,189,193); }
H1.HeaderClassName
{
color: #EFBDC1;
}
.AnyTagClassName
{
color: #EFBDC1;
}
</style>
background-color css
<style>
a { background-color: #EFBDC1; }
a { background-color: rgb(239,189,193); }
div.DivClassName
{
background-color: #EFBDC1;
}
.BgClassName
{
background-color: #EFBDC1;
}
</style>
border-color css
<style>
span { border-color: #EFBDC1; }
span { border-color: rgb(239,189,193); }
td.TdClassName
{
border-color: #EFBDC1;
}
.TagClassName
{
border-color: #EFBDC1;
}
</style>