Shades of Azalea #EDBFC0
Tints of Azalea #EDBFC0
RGB
CMYK
RGB Variations
Color information
#EDBFC0 (or 0xEDBFC0) is known color: Azalea. HEX triplet: ED, BF and C0. RGB value is (237,191,192). Sum of RGB (Red+Green+Blue) = 237+191+192=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFC0 is #12403F. Grayscale: #CCCCCC. Windows color (decimal): -1196096 or 12632045. OLE color: 12632045.
HSL color Cylindrical-coordinate representation of color #EDBFC0: hue angle of 358.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFC0 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 192 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.07 |
| HSL | 358.7º | 0.56% | 0.84% | - |
| HSV(B) | 358.7º | 0.19% | 0.93% | - |
| XYZ | 63.07 | 59.07 | 57.95 | - |
| YUV | 204.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 192 | 0 | 0.19 | 0.19 | 0.07 | 358.7 | 0.56 | 0.84 |
| Hex | ED | BF | C0 | 0 | 13 | 13 | 7 | 167 | 38 | 54 |
| Octal | 355 | 277 | 300 | 0 | 23 | 23 | 7 | 547 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11000000 | 0 | 10011 | 10011 | 111 | 101100111 | 111000 | 1010100 |
Color Harmonies of #EDBFC0
Complementary color
Monochromatic Colors of #EDBFC0
Black with #EDBFC0
Text Example
Text Example
White with #EDBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFC0; }
p { color: rgb(237,191,192); }
H1.HeaderClassName
{
color: #EDBFC0;
}
.AnyTagClassName
{
color: #EDBFC0;
}
</style>
background-color css
<style>
a { background-color: #EDBFC0; }
a { background-color: rgb(237,191,192); }
div.DivClassName
{
background-color: #EDBFC0;
}
.BgClassName
{
background-color: #EDBFC0;
}
</style>
border-color css
<style>
span { border-color: #EDBFC0; }
span { border-color: rgb(237,191,192); }
td.TdClassName
{
border-color: #EDBFC0;
}
.TagClassName
{
border-color: #EDBFC0;
}
</style>