Shades of Azalea #EDC6CB
Tints of Azalea #EDC6CB
RGB
CMYK
RGB Variations
Color information
#EDC6CB (or 0xEDC6CB) is known color: Azalea. HEX triplet: ED, C6 and CB. RGB value is (237,198,203). Sum of RGB (Red+Green+Blue) = 237+198+203=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6CB is #123934. Grayscale: #D2D2D2. Windows color (decimal): -1194293 or 13354733. OLE color: 13354733.
HSL color Cylindrical-coordinate representation of color #EDC6CB: hue angle of 352.31º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC6CB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 203 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 352.31º | 0.52% | 0.85% | - |
| HSV(B) | 352.31º | 0.16% | 0.93% | - |
| XYZ | 65.9 | 62.7 | 65.13 | - |
| YUV | 210.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 203 | 0 | 0.16 | 0.14 | 0.07 | 352.31 | 0.52 | 0.85 |
| Hex | ED | C6 | CB | 0 | 10 | E | 7 | 160 | 34 | 55 |
| Octal | 355 | 306 | 313 | 0 | 20 | 16 | 7 | 540 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11001011 | 0 | 10000 | 1110 | 111 | 101100000 | 110100 | 1010101 |
Color Harmonies of #EDC6CB
Complementary color
Monochromatic Colors of #EDC6CB
Black with #EDC6CB
Text Example
Text Example
White with #EDC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6CB; }
p { color: rgb(237,198,203); }
H1.HeaderClassName
{
color: #EDC6CB;
}
.AnyTagClassName
{
color: #EDC6CB;
}
</style>
background-color css
<style>
a { background-color: #EDC6CB; }
a { background-color: rgb(237,198,203); }
div.DivClassName
{
background-color: #EDC6CB;
}
.BgClassName
{
background-color: #EDC6CB;
}
</style>
border-color css
<style>
span { border-color: #EDC6CB; }
span { border-color: rgb(237,198,203); }
td.TdClassName
{
border-color: #EDC6CB;
}
.TagClassName
{
border-color: #EDC6CB;
}
</style>