Shades of Azalea #EDBCC2
Tints of Azalea #EDBCC2
RGB
CMYK
RGB Variations
Color information
#EDBCC2 (or 0xEDBCC2) is known color: Azalea. HEX triplet: ED, BC and C2. RGB value is (237,188,194). Sum of RGB (Red+Green+Blue) = 237+188+194=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC2 is #12433D. Grayscale: #CBCBCB. Windows color (decimal): -1196862 or 12762349. OLE color: 12762349.
HSL color Cylindrical-coordinate representation of color #EDBCC2: hue angle of 352.65º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 194 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 352.65º | 0.58% | 0.83% | - |
| HSV(B) | 352.65º | 0.21% | 0.93% | - |
| XYZ | 62.65 | 57.87 | 58.91 | - |
| YUV | 203.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 194 | 0 | 0.21 | 0.18 | 0.07 | 352.65 | 0.58 | 0.83 |
| Hex | ED | BC | C2 | 0 | 15 | 12 | 7 | 161 | 3A | 53 |
| Octal | 355 | 274 | 302 | 0 | 25 | 22 | 7 | 541 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11000010 | 0 | 10101 | 10010 | 111 | 101100001 | 111010 | 1010011 |
Color Harmonies of #EDBCC2
Complementary color
Monochromatic Colors of #EDBCC2
Black with #EDBCC2
Text Example
Text Example
White with #EDBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCC2; }
p { color: rgb(237,188,194); }
H1.HeaderClassName
{
color: #EDBCC2;
}
.AnyTagClassName
{
color: #EDBCC2;
}
</style>
background-color css
<style>
a { background-color: #EDBCC2; }
a { background-color: rgb(237,188,194); }
div.DivClassName
{
background-color: #EDBCC2;
}
.BgClassName
{
background-color: #EDBCC2;
}
</style>
border-color css
<style>
span { border-color: #EDBCC2; }
span { border-color: rgb(237,188,194); }
td.TdClassName
{
border-color: #EDBCC2;
}
.TagClassName
{
border-color: #EDBCC2;
}
</style>