Shades of Azalea #EEBDC0
Tints of Azalea #EEBDC0
RGB
CMYK
RGB Variations
Color information
#EEBDC0 (or 0xEEBDC0) is known color: Azalea. HEX triplet: EE, BD and C0. RGB value is (238,189,192). Sum of RGB (Red+Green+Blue) = 238+189+192=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC0 is #11423F. Grayscale: #CCCCCC. Windows color (decimal): -1131072 or 12631534. OLE color: 12631534.
HSL color Cylindrical-coordinate representation of color #EEBDC0: hue angle of 356.33º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDC0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 192 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.07 |
| HSL | 356.33º | 0.59% | 0.84% | - |
| HSV(B) | 356.33º | 0.21% | 0.93% | - |
| XYZ | 62.97 | 58.38 | 57.82 | - |
| YUV | 203.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 192 | 0 | 0.21 | 0.19 | 0.07 | 356.33 | 0.59 | 0.84 |
| Hex | EE | BD | C0 | 0 | 15 | 13 | 7 | 164 | 3B | 54 |
| Octal | 356 | 275 | 300 | 0 | 25 | 23 | 7 | 544 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11000000 | 0 | 10101 | 10011 | 111 | 101100100 | 111011 | 1010100 |
Color Harmonies of #EEBDC0
Complementary color
Monochromatic Colors of #EEBDC0
Black with #EEBDC0
Text Example
Text Example
White with #EEBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC0; }
p { color: rgb(238,189,192); }
H1.HeaderClassName
{
color: #EEBDC0;
}
.AnyTagClassName
{
color: #EEBDC0;
}
</style>
background-color css
<style>
a { background-color: #EEBDC0; }
a { background-color: rgb(238,189,192); }
div.DivClassName
{
background-color: #EEBDC0;
}
.BgClassName
{
background-color: #EEBDC0;
}
</style>
border-color css
<style>
span { border-color: #EEBDC0; }
span { border-color: rgb(238,189,192); }
td.TdClassName
{
border-color: #EEBDC0;
}
.TagClassName
{
border-color: #EEBDC0;
}
</style>