Shades of Azalea #EABDBF
Tints of Azalea #EABDBF
RGB
CMYK
RGB Variations
Color information
#EABDBF (or 0xEABDBF) is known color: Azalea. HEX triplet: EA, BD and BF. RGB value is (234,189,191). Sum of RGB (Red+Green+Blue) = 234+189+191=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBF is #154240. Grayscale: #CACACA. Windows color (decimal): -1393217 or 12565994. OLE color: 12565994.
HSL color Cylindrical-coordinate representation of color #EABDBF: hue angle of 357.33º degrees, saturation: 0.52, 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 #EABDBF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 191 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.08 |
| HSL | 357.33º | 0.52% | 0.83% | - |
| HSV(B) | 357.33º | 0.19% | 0.92% | - |
| XYZ | 61.53 | 57.65 | 57.17 | - |
| YUV | 202.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 191 | 0 | 0.19 | 0.18 | 0.08 | 357.33 | 0.52 | 0.83 |
| Hex | EA | BD | BF | 0 | 13 | 12 | 8 | 165 | 34 | 53 |
| Octal | 352 | 275 | 277 | 0 | 23 | 22 | 10 | 545 | 64 | 123 |
| Binary | 11101010 | 10111101 | 10111111 | 0 | 10011 | 10010 | 1000 | 101100101 | 110100 | 1010011 |
Color Harmonies of #EABDBF
Complementary color
Monochromatic Colors of #EABDBF
Black with #EABDBF
Text Example
Text Example
White with #EABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDBF; }
p { color: rgb(234,189,191); }
H1.HeaderClassName
{
color: #EABDBF;
}
.AnyTagClassName
{
color: #EABDBF;
}
</style>
background-color css
<style>
a { background-color: #EABDBF; }
a { background-color: rgb(234,189,191); }
div.DivClassName
{
background-color: #EABDBF;
}
.BgClassName
{
background-color: #EABDBF;
}
</style>
border-color css
<style>
span { border-color: #EABDBF; }
span { border-color: rgb(234,189,191); }
td.TdClassName
{
border-color: #EABDBF;
}
.TagClassName
{
border-color: #EABDBF;
}
</style>