#EDC9CD

Color #EDC9CD Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EDC9CD

Tints of Azalea #EDC9CD

Color information

#EDC9CD (or 0xEDC9CD) is unknown color: approx Azalea. HEX triplet: ED, C9 and CD. RGB value is (237,201,205). Sum of RGB (Red+Green+Blue) = 237+201+205=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9CD is #123632. Grayscale: #D4D4D4. Windows color (decimal): -1193523 or 13486573. OLE color: 13486573.

HSL color Cylindrical-coordinate representation of color #EDC9CD: hue angle of 353.33º 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 #EDC9CD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237201205-
CMYK00.150.140.07
HSL353.33º50%85.88%-
HSV(B)353.33º15.19%92.94%-
XYZ66.8364.1966.62-
YUV212.22123.93145.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=36.86%
G=31.26%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720120500.150.140.07353.335085.88
HexEDC9CD0FE71613256
Octal35531131501716754162126
Binary1110110111001001110011010111111101111011000011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9CD; }

 p { color: rgb(237,201,205); }

 H1.HeaderClassName
 {
   color: #EDC9CD;
 }
 .AnyTagClassName
 {
   color: #EDC9CD;
 }
</style>
background-color css

<style>
 a { background-color: #EDC9CD; }

 a { background-color: rgb(237,201,205); }

 div.DivClassName
 {
   background-color: #EDC9CD;
 }
 .BgClassName
 {
   background-color: #EDC9CD;
 }
</style>
border-color css

<style>
 span { border-color: #EDC9CD; }

 span { border-color: rgb(237,201,205); }

 td.TdClassName
 {
   border-color: #EDC9CD;
 }
 .TagClassName
 {
   border-color: #EDC9CD;
 }
</style>