Shades of Azalea #EFBDC3
Tints of Azalea #EFBDC3
RGB
CMYK
RGB Variations
Color information
#EFBDC3 (or 0xEFBDC3) is known color: Azalea. HEX triplet: EF, BD and C3. RGB value is (239,189,195). Sum of RGB (Red+Green+Blue) = 239+189+195=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC3 is #10423C. Grayscale: #CCCCCC. Windows color (decimal): -1065533 or 12828143. OLE color: 12828143.
HSL color Cylindrical-coordinate representation of color #EFBDC3: hue angle of 352.8º 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 #EFBDC3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 195 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.06 |
| HSL | 352.8º | 0.61% | 0.84% | - |
| HSV(B) | 352.8º | 0.21% | 0.94% | - |
| XYZ | 63.64 | 58.69 | 59.6 | - |
| YUV | 204.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 195 | 0 | 0.21 | 0.18 | 0.06 | 352.8 | 0.61 | 0.84 |
| Hex | EF | BD | C3 | 0 | 15 | 12 | 6 | 161 | 3D | 54 |
| Octal | 357 | 275 | 303 | 0 | 25 | 22 | 6 | 541 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000011 | 0 | 10101 | 10010 | 110 | 101100001 | 111101 | 1010100 |
Color Harmonies of #EFBDC3
Complementary color
Monochromatic Colors of #EFBDC3
Black with #EFBDC3
Text Example
Text Example
White with #EFBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC3; }
p { color: rgb(239,189,195); }
H1.HeaderClassName
{
color: #EFBDC3;
}
.AnyTagClassName
{
color: #EFBDC3;
}
</style>
background-color css
<style>
a { background-color: #EFBDC3; }
a { background-color: rgb(239,189,195); }
div.DivClassName
{
background-color: #EFBDC3;
}
.BgClassName
{
background-color: #EFBDC3;
}
</style>
border-color css
<style>
span { border-color: #EFBDC3; }
span { border-color: rgb(239,189,195); }
td.TdClassName
{
border-color: #EFBDC3;
}
.TagClassName
{
border-color: #EFBDC3;
}
</style>