Shades of Azalea #EDCCCD
Tints of Azalea #EDCCCD
RGB
CMYK
RGB Variations
Color information
#EDCCCD (or 0xEDCCCD) is known color: Azalea. HEX triplet: ED, CC and CD. RGB value is (237,204,205). Sum of RGB (Red+Green+Blue) = 237+204+205=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCCD is #123332. Grayscale: #D6D6D6. Windows color (decimal): -1192755 or 13487341. OLE color: 13487341.
HSL color Cylindrical-coordinate representation of color #EDCCCD: hue angle of 358.18º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCCD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 205 | - |
CMYK | 0 | 0.14 | 0.14 | 0.07 |
HSL | 358.18º | 0.48% | 0.86% | - |
HSV(B) | 358.18º | 0.14% | 0.93% | - |
XYZ | 67.54 | 65.6 | 66.86 | - |
YUV | 213.98 | 122.93 | 144.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 205 | 0 | 0.14 | 0.14 | 0.07 | 358.18 | 0.48 | 0.86 |
Hex | ED | CC | CD | 0 | E | E | 7 | 166 | 30 | 56 |
Octal | 355 | 314 | 315 | 0 | 16 | 16 | 7 | 546 | 60 | 126 |
Binary | 11101101 | 11001100 | 11001101 | 0 | 1110 | 1110 | 111 | 101100110 | 110000 | 1010110 |
Color Harmonies of #EDCCCD
Complementary color
Monochromatic Colors of #EDCCCD
Black with #EDCCCD
Text Example
Text Example
White with #EDCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCCD; }
p { color: rgb(237,204,205); }
H1.HeaderClassName
{
color: #EDCCCD;
}
.AnyTagClassName
{
color: #EDCCCD;
}
</style>
background-color css
<style>
a { background-color: #EDCCCD; }
a { background-color: rgb(237,204,205); }
div.DivClassName
{
background-color: #EDCCCD;
}
.BgClassName
{
background-color: #EDCCCD;
}
</style>
border-color css
<style>
span { border-color: #EDCCCD; }
span { border-color: rgb(237,204,205); }
td.TdClassName
{
border-color: #EDCCCD;
}
.TagClassName
{
border-color: #EDCCCD;
}
</style>