#EDC2C7

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

Shades of Azalea #EDC2C7

Tints of Azalea #EDC2C7

Color information

#EDC2C7 (or 0xEDC2C7) is unknown color: approx Azalea. HEX triplet: ED, C2 and C7. RGB value is (237,194,199). Sum of RGB (Red+Green+Blue) = 237+194+199=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2C7 is #123D38. Grayscale: #CFCFCF. Windows color (decimal): -1195321 or 13091565. OLE color: 13091565.

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

Color convert

RGB237194199-
CMYK00.180.160.07
HSL353.02º54.43%84.51%-
HSV(B)353.02º18.14%92.94%-
XYZ64.5360.7162.35-
YUV207.43123.25149.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=37.62%
G=30.79%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719419900.180.160.07353.0254.4384.51
HexEDC2C70121071613655
Octal35530230702220754166125
Binary111011011100001011000111010010100001111011000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2C7; }

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

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

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

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

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

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

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

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