Shades of Azalea #EEBDC3
Tints of Azalea #EEBDC3
RGB
CMYK
RGB Variations
Color information
#EEBDC3 (or 0xEEBDC3) is known color: Azalea. HEX triplet: EE, BD and C3. RGB value is (238,189,195). Sum of RGB (Red+Green+Blue) = 238+189+195=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC3 is #11423C. Grayscale: #CCCCCC. Windows color (decimal): -1131069 or 12828142. OLE color: 12828142.
HSL color Cylindrical-coordinate representation of color #EEBDC3: hue angle of 352.65º 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 #EEBDC3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 195 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 352.65º | 0.59% | 0.84% | - |
| HSV(B) | 352.65º | 0.21% | 0.93% | - |
| XYZ | 63.31 | 58.51 | 59.59 | - |
| YUV | 204.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 195 | 0 | 0.21 | 0.18 | 0.07 | 352.65 | 0.59 | 0.84 |
| Hex | EE | BD | C3 | 0 | 15 | 12 | 7 | 161 | 3B | 54 |
| Octal | 356 | 275 | 303 | 0 | 25 | 22 | 7 | 541 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11000011 | 0 | 10101 | 10010 | 111 | 101100001 | 111011 | 1010100 |
Color Harmonies of #EEBDC3
Complementary color
Monochromatic Colors of #EEBDC3
Black with #EEBDC3
Text Example
Text Example
White with #EEBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC3; }
p { color: rgb(238,189,195); }
H1.HeaderClassName
{
color: #EEBDC3;
}
.AnyTagClassName
{
color: #EEBDC3;
}
</style>
background-color css
<style>
a { background-color: #EEBDC3; }
a { background-color: rgb(238,189,195); }
div.DivClassName
{
background-color: #EEBDC3;
}
.BgClassName
{
background-color: #EEBDC3;
}
</style>
border-color css
<style>
span { border-color: #EEBDC3; }
span { border-color: rgb(238,189,195); }
td.TdClassName
{
border-color: #EEBDC3;
}
.TagClassName
{
border-color: #EEBDC3;
}
</style>