#EDCACC

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

Shades of Azalea #EDCACC

Tints of Azalea #EDCACC

Color information

#EDCACC (or 0xEDCACC) is unknown color: approx Azalea. HEX triplet: ED, CA and CC. RGB value is (237,202,204). Sum of RGB (Red+Green+Blue) = 237+202+204=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACC is #123533. Grayscale: #D4D4D4. Windows color (decimal): -1193268 or 13421293. OLE color: 13421293.

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

Color convert

RGB237202204-
CMYK00.150.140.07
HSL356.57º49.3%86.08%-
HSV(B)356.57º14.77%92.94%-
XYZ66.9464.6166.07-
YUV212.69123.1145.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=36.86%
G=31.42%
B=31.73%

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
Decimal23720220400.150.140.07356.5749.386.08
HexEDCACC0FE71653156
Octal35531231401716754561126
Binary1110110111001010110011000111111101111011001011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCACC; }

 p { color: rgb(237,202,204); }

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

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

 a { background-color: rgb(237,202,204); }

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

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

 span { border-color: rgb(237,202,204); }

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