Shades of Azalea #EDB8BC
Tints of Azalea #EDB8BC
RGB
CMYK
RGB Variations
Color information
#EDB8BC (or 0xEDB8BC) is known color: Azalea. HEX triplet: ED, B8 and BC. RGB value is (237,184,188). Sum of RGB (Red+Green+Blue) = 237+184+188=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8BC is #124743. Grayscale: #C8C8C8. Windows color (decimal): -1197892 or 12368109. OLE color: 12368109.
HSL color Cylindrical-coordinate representation of color #EDB8BC: hue angle of 355.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8BC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 188 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 355.47º | 0.6% | 0.83% | - |
| HSV(B) | 355.47º | 0.22% | 0.93% | - |
| XYZ | 61.14 | 55.92 | 55.15 | - |
| YUV | 200.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 188 | 0 | 0.22 | 0.21 | 0.07 | 355.47 | 0.6 | 0.83 |
| Hex | ED | B8 | BC | 0 | 16 | 15 | 7 | 163 | 3C | 53 |
| Octal | 355 | 270 | 274 | 0 | 26 | 25 | 7 | 543 | 74 | 123 |
| Binary | 11101101 | 10111000 | 10111100 | 0 | 10110 | 10101 | 111 | 101100011 | 111100 | 1010011 |
Color Harmonies of #EDB8BC
Complementary color
Monochromatic Colors of #EDB8BC
Black with #EDB8BC
Text Example
Text Example
White with #EDB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8BC; }
p { color: rgb(237,184,188); }
H1.HeaderClassName
{
color: #EDB8BC;
}
.AnyTagClassName
{
color: #EDB8BC;
}
</style>
background-color css
<style>
a { background-color: #EDB8BC; }
a { background-color: rgb(237,184,188); }
div.DivClassName
{
background-color: #EDB8BC;
}
.BgClassName
{
background-color: #EDB8BC;
}
</style>
border-color css
<style>
span { border-color: #EDB8BC; }
span { border-color: rgb(237,184,188); }
td.TdClassName
{
border-color: #EDB8BC;
}
.TagClassName
{
border-color: #EDB8BC;
}
</style>