Shades of Azalea #EBBEBF
Tints of Azalea #EBBEBF
RGB
CMYK
RGB Variations
Color information
#EBBEBF (or 0xEBBEBF) is known color: Azalea. HEX triplet: EB, BE and BF. RGB value is (235,190,191). Sum of RGB (Red+Green+Blue) = 235+190+191=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEBF is #144140. Grayscale: #CBCBCB. Windows color (decimal): -1327425 or 12566251. OLE color: 12566251.
HSL color Cylindrical-coordinate representation of color #EBBEBF: hue angle of 358.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEBF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 191 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.08 |
| HSL | 358.67º | 0.53% | 0.83% | - |
| HSV(B) | 358.67º | 0.19% | 0.92% | - |
| XYZ | 62.08 | 58.25 | 57.26 | - |
| YUV | 203.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 191 | 0 | 0.19 | 0.19 | 0.08 | 358.67 | 0.53 | 0.83 |
| Hex | EB | BE | BF | 0 | 13 | 13 | 8 | 167 | 35 | 53 |
| Octal | 353 | 276 | 277 | 0 | 23 | 23 | 10 | 547 | 65 | 123 |
| Binary | 11101011 | 10111110 | 10111111 | 0 | 10011 | 10011 | 1000 | 101100111 | 110101 | 1010011 |
Color Harmonies of #EBBEBF
Complementary color
Monochromatic Colors of #EBBEBF
Black with #EBBEBF
Text Example
Text Example
White with #EBBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEBF; }
p { color: rgb(235,190,191); }
H1.HeaderClassName
{
color: #EBBEBF;
}
.AnyTagClassName
{
color: #EBBEBF;
}
</style>
background-color css
<style>
a { background-color: #EBBEBF; }
a { background-color: rgb(235,190,191); }
div.DivClassName
{
background-color: #EBBEBF;
}
.BgClassName
{
background-color: #EBBEBF;
}
</style>
border-color css
<style>
span { border-color: #EBBEBF; }
span { border-color: rgb(235,190,191); }
td.TdClassName
{
border-color: #EBBEBF;
}
.TagClassName
{
border-color: #EBBEBF;
}
</style>