Shades of Azalea #EDC9CB
Tints of Azalea #EDC9CB
RGB
CMYK
RGB Variations
Color information
#EDC9CB (or 0xEDC9CB) is known color: Azalea. HEX triplet: ED, C9 and CB. RGB value is (237,201,203). Sum of RGB (Red+Green+Blue) = 237+201+203=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9CB is #123634. Grayscale: #D4D4D4. Windows color (decimal): -1193525 or 13355501. OLE color: 13355501.
HSL color Cylindrical-coordinate representation of color #EDC9CB: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9CB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 203 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 356.67º | 0.5% | 0.86% | - |
| HSV(B) | 356.67º | 0.15% | 0.93% | - |
| XYZ | 66.59 | 64.09 | 65.36 | - |
| YUV | 211.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 203 | 0 | 0.15 | 0.14 | 0.07 | 356.67 | 0.5 | 0.86 |
| Hex | ED | C9 | CB | 0 | F | E | 7 | 165 | 32 | 56 |
| Octal | 355 | 311 | 313 | 0 | 17 | 16 | 7 | 545 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11001011 | 0 | 1111 | 1110 | 111 | 101100101 | 110010 | 1010110 |
Color Harmonies of #EDC9CB
Complementary color
Monochromatic Colors of #EDC9CB
Black with #EDC9CB
Text Example
Text Example
White with #EDC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9CB; }
p { color: rgb(237,201,203); }
H1.HeaderClassName
{
color: #EDC9CB;
}
.AnyTagClassName
{
color: #EDC9CB;
}
</style>
background-color css
<style>
a { background-color: #EDC9CB; }
a { background-color: rgb(237,201,203); }
div.DivClassName
{
background-color: #EDC9CB;
}
.BgClassName
{
background-color: #EDC9CB;
}
</style>
border-color css
<style>
span { border-color: #EDC9CB; }
span { border-color: rgb(237,201,203); }
td.TdClassName
{
border-color: #EDC9CB;
}
.TagClassName
{
border-color: #EDC9CB;
}
</style>