Shades of Azalea #EEBCBF
Tints of Azalea #EEBCBF
RGB
CMYK
RGB Variations
Color information
#EEBCBF (or 0xEEBCBF) is known color: Azalea. HEX triplet: EE, BC and BF. RGB value is (238,188,191). Sum of RGB (Red+Green+Blue) = 238+188+191=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBF is #114340. Grayscale: #CBCBCB. Windows color (decimal): -1131329 or 12565742. OLE color: 12565742.
HSL color Cylindrical-coordinate representation of color #EEBCBF: hue angle of 356.4º degrees, saturation: 0.6, 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 #EEBCBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 191 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.07 |
| HSL | 356.4º | 0.6% | 0.84% | - |
| HSV(B) | 356.4º | 0.21% | 0.93% | - |
| XYZ | 62.65 | 57.91 | 57.17 | - |
| YUV | 203.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 191 | 0 | 0.21 | 0.20 | 0.07 | 356.4 | 0.6 | 0.84 |
| Hex | EE | BC | BF | 0 | 15 | 14 | 7 | 164 | 3C | 54 |
| Octal | 356 | 274 | 277 | 0 | 25 | 24 | 7 | 544 | 74 | 124 |
| Binary | 11101110 | 10111100 | 10111111 | 0 | 10101 | 10100 | 111 | 101100100 | 111100 | 1010100 |
Color Harmonies of #EEBCBF
Complementary color
Monochromatic Colors of #EEBCBF
Black with #EEBCBF
Text Example
Text Example
White with #EEBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCBF; }
p { color: rgb(238,188,191); }
H1.HeaderClassName
{
color: #EEBCBF;
}
.AnyTagClassName
{
color: #EEBCBF;
}
</style>
background-color css
<style>
a { background-color: #EEBCBF; }
a { background-color: rgb(238,188,191); }
div.DivClassName
{
background-color: #EEBCBF;
}
.BgClassName
{
background-color: #EEBCBF;
}
</style>
border-color css
<style>
span { border-color: #EEBCBF; }
span { border-color: rgb(238,188,191); }
td.TdClassName
{
border-color: #EEBCBF;
}
.TagClassName
{
border-color: #EEBCBF;
}
</style>