#EDC2C4

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

Shades of Azalea #EDC2C4

Tints of Azalea #EDC2C4

Color information

#EDC2C4 (or 0xEDC2C4) is unknown color: approx Azalea. HEX triplet: ED, C2 and C4. RGB value is (237,194,196). Sum of RGB (Red+Green+Blue) = 237+194+196=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2C4 is #123D3B. Grayscale: #CFCFCF. Windows color (decimal): -1195324 or 12894957. OLE color: 12894957.

HSL color Cylindrical-coordinate representation of color #EDC2C4: hue angle of 357.21º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC2C4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237194196-
CMYK00.180.170.07
HSL357.21º54.43%84.51%-
HSV(B)357.21º18.14%92.94%-
XYZ64.1860.5760.53-
YUV207.08121.75149.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=37.80%
G=30.94%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719419600.180.170.07357.2154.4384.51
HexEDC2C40121171653655
Octal35530230402221754566125
Binary111011011100001011000100010010100011111011001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2C4; }

 p { color: rgb(237,194,196); }

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

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

 a { background-color: rgb(237,194,196); }

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

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

 span { border-color: rgb(237,194,196); }

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