Shades of Azalea #EDCBCC
Tints of Azalea #EDCBCC
RGB
CMYK
RGB Variations
Color information
#EDCBCC (or 0xEDCBCC) is known color: Azalea. HEX triplet: ED, CB and CC. RGB value is (237,203,204). Sum of RGB (Red+Green+Blue) = 237+203+204=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCC is #123433. Grayscale: #D5D5D5. Windows color (decimal): -1193012 or 13421549. OLE color: 13421549.
HSL color Cylindrical-coordinate representation of color #EDCBCC: hue angle of 358.24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBCC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 204 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.07 |
| HSL | 358.24º | 0.49% | 0.86% | - |
| HSV(B) | 358.24º | 0.14% | 0.93% | - |
| XYZ | 67.18 | 65.08 | 66.15 | - |
| YUV | 213.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 204 | 0 | 0.14 | 0.14 | 0.07 | 358.24 | 0.49 | 0.86 |
| Hex | ED | CB | CC | 0 | E | E | 7 | 166 | 31 | 56 |
| Octal | 355 | 313 | 314 | 0 | 16 | 16 | 7 | 546 | 61 | 126 |
| Binary | 11101101 | 11001011 | 11001100 | 0 | 1110 | 1110 | 111 | 101100110 | 110001 | 1010110 |
Color Harmonies of #EDCBCC
Complementary color
Monochromatic Colors of #EDCBCC
Black with #EDCBCC
Text Example
Text Example
White with #EDCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBCC; }
p { color: rgb(237,203,204); }
H1.HeaderClassName
{
color: #EDCBCC;
}
.AnyTagClassName
{
color: #EDCBCC;
}
</style>
background-color css
<style>
a { background-color: #EDCBCC; }
a { background-color: rgb(237,203,204); }
div.DivClassName
{
background-color: #EDCBCC;
}
.BgClassName
{
background-color: #EDCBCC;
}
</style>
border-color css
<style>
span { border-color: #EDCBCC; }
span { border-color: rgb(237,203,204); }
td.TdClassName
{
border-color: #EDCBCC;
}
.TagClassName
{
border-color: #EDCBCC;
}
</style>