Shades of Azalea #EEBDC2
Tints of Azalea #EEBDC2
RGB
CMYK
RGB Variations
Color information
#EEBDC2 (or 0xEEBDC2) is known color: Azalea. HEX triplet: EE, BD and C2. RGB value is (238,189,194). Sum of RGB (Red+Green+Blue) = 238+189+194=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC2 is #11423D. Grayscale: #CCCCCC. Windows color (decimal): -1131070 or 12762606. OLE color: 12762606.
HSL color Cylindrical-coordinate representation of color #EEBDC2: hue angle of 353.88º 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 #EEBDC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 194 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 353.88º | 0.59% | 0.84% | - |
| HSV(B) | 353.88º | 0.21% | 0.93% | - |
| XYZ | 63.2 | 58.47 | 58.99 | - |
| YUV | 204.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 194 | 0 | 0.21 | 0.18 | 0.07 | 353.88 | 0.59 | 0.84 |
| Hex | EE | BD | C2 | 0 | 15 | 12 | 7 | 162 | 3B | 54 |
| Octal | 356 | 275 | 302 | 0 | 25 | 22 | 7 | 542 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11000010 | 0 | 10101 | 10010 | 111 | 101100010 | 111011 | 1010100 |
Color Harmonies of #EEBDC2
Complementary color
Monochromatic Colors of #EEBDC2
Black with #EEBDC2
Text Example
Text Example
White with #EEBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC2; }
p { color: rgb(238,189,194); }
H1.HeaderClassName
{
color: #EEBDC2;
}
.AnyTagClassName
{
color: #EEBDC2;
}
</style>
background-color css
<style>
a { background-color: #EEBDC2; }
a { background-color: rgb(238,189,194); }
div.DivClassName
{
background-color: #EEBDC2;
}
.BgClassName
{
background-color: #EEBDC2;
}
</style>
border-color css
<style>
span { border-color: #EEBDC2; }
span { border-color: rgb(238,189,194); }
td.TdClassName
{
border-color: #EEBDC2;
}
.TagClassName
{
border-color: #EEBDC2;
}
</style>