Shades of Azalea #EDBBC1
Tints of Azalea #EDBBC1
RGB
CMYK
RGB Variations
Color information
#EDBBC1 (or 0xEDBBC1) is known color: Azalea. HEX triplet: ED, BB and C1. RGB value is (237,187,193). Sum of RGB (Red+Green+Blue) = 237+187+193=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC1 is #12443E. Grayscale: #CACACA. Windows color (decimal): -1197119 or 12696557. OLE color: 12696557.
HSL color Cylindrical-coordinate representation of color #EDBBC1: hue angle of 352.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBC1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 187 | 193 | - |
CMYK | 0 | 0.21 | 0.19 | 0.07 |
HSL | 352.8º | 0.58% | 0.83% | - |
HSV(B) | 352.8º | 0.21% | 0.93% | - |
XYZ | 62.32 | 57.4 | 58.25 | - |
YUV | 202.63 | 122.57 | 152.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 187 | 193 | 0 | 0.21 | 0.19 | 0.07 | 352.8 | 0.58 | 0.83 |
Hex | ED | BB | C1 | 0 | 15 | 13 | 7 | 161 | 3A | 53 |
Octal | 355 | 273 | 301 | 0 | 25 | 23 | 7 | 541 | 72 | 123 |
Binary | 11101101 | 10111011 | 11000001 | 0 | 10101 | 10011 | 111 | 101100001 | 111010 | 1010011 |
Color Harmonies of #EDBBC1
Complementary color
Monochromatic Colors of #EDBBC1
Black with #EDBBC1
Text Example
Text Example
White with #EDBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBC1; }
p { color: rgb(237,187,193); }
H1.HeaderClassName
{
color: #EDBBC1;
}
.AnyTagClassName
{
color: #EDBBC1;
}
</style>
background-color css
<style>
a { background-color: #EDBBC1; }
a { background-color: rgb(237,187,193); }
div.DivClassName
{
background-color: #EDBBC1;
}
.BgClassName
{
background-color: #EDBBC1;
}
</style>
border-color css
<style>
span { border-color: #EDBBC1; }
span { border-color: rgb(237,187,193); }
td.TdClassName
{
border-color: #EDBBC1;
}
.TagClassName
{
border-color: #EDBBC1;
}
</style>