#EDCACD

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

Shades of Azalea #EDCACD

Tints of Azalea #EDCACD

Color information

#EDCACD (or 0xEDCACD) is unknown color: approx Azalea. HEX triplet: ED, CA and CD. RGB value is (237,202,205). Sum of RGB (Red+Green+Blue) = 237+202+205=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACD is #123532. Grayscale: #D4D4D4. Windows color (decimal): -1193267 or 13486829. OLE color: 13486829.

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

Color convert

RGB237202205-
CMYK00.150.140.07
HSL354.86º49.3%86.08%-
HSV(B)354.86º14.77%92.94%-
XYZ67.0764.6566.7-
YUV212.81123.6145.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=36.80%
G=31.37%
B=31.83%

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
Decimal23720220500.150.140.07354.8649.386.08
HexEDCACD0FE71633156
Octal35531231501716754361126
Binary1110110111001010110011010111111101111011000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCACD; }

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

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

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

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

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

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

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

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