Shades of Azalea #EEBEBF
Tints of Azalea #EEBEBF
RGB
CMYK
RGB Variations
Color information
#EEBEBF (or 0xEEBEBF) is known color: Azalea. HEX triplet: EE, BE and BF. RGB value is (238,190,191). Sum of RGB (Red+Green+Blue) = 238+190+191=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEBF is #114140. Grayscale: #CCCCCC. Windows color (decimal): -1130817 or 12566254. OLE color: 12566254.
HSL color Cylindrical-coordinate representation of color #EEBEBF: hue angle of 358.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEBF is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 191 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.07 |
| HSL | 358.75º | 0.59% | 0.84% | - |
| HSV(B) | 358.75º | 0.2% | 0.93% | - |
| XYZ | 63.08 | 58.77 | 57.31 | - |
| YUV | 204.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 191 | 0 | 0.20 | 0.20 | 0.07 | 358.75 | 0.59 | 0.84 |
| Hex | EE | BE | BF | 0 | 14 | 14 | 7 | 167 | 3B | 54 |
| Octal | 356 | 276 | 277 | 0 | 24 | 24 | 7 | 547 | 73 | 124 |
| Binary | 11101110 | 10111110 | 10111111 | 0 | 10100 | 10100 | 111 | 101100111 | 111011 | 1010100 |
Color Harmonies of #EEBEBF
Complementary color
Monochromatic Colors of #EEBEBF
Black with #EEBEBF
Text Example
Text Example
White with #EEBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEBF; }
p { color: rgb(238,190,191); }
H1.HeaderClassName
{
color: #EEBEBF;
}
.AnyTagClassName
{
color: #EEBEBF;
}
</style>
background-color css
<style>
a { background-color: #EEBEBF; }
a { background-color: rgb(238,190,191); }
div.DivClassName
{
background-color: #EEBEBF;
}
.BgClassName
{
background-color: #EEBEBF;
}
</style>
border-color css
<style>
span { border-color: #EEBEBF; }
span { border-color: rgb(238,190,191); }
td.TdClassName
{
border-color: #EEBEBF;
}
.TagClassName
{
border-color: #EEBEBF;
}
</style>