#EDC4C7

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

Shades of Azalea #EDC4C7

Tints of Azalea #EDC4C7

Color information

#EDC4C7 (or 0xEDC4C7) is unknown color: approx Azalea. HEX triplet: ED, C4 and C7. RGB value is (237,196,199). Sum of RGB (Red+Green+Blue) = 237+196+199=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4C7 is #123B38. Grayscale: #D0D0D0. Windows color (decimal): -1194809 or 13092077. OLE color: 13092077.

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

Color convert

RGB237196199-
CMYK00.170.160.07
HSL355.61º53.25%84.9%-
HSV(B)355.61º17.3%92.94%-
XYZ64.9761.6162.5-
YUV208.6122.58148.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=37.5%
G=31.01%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719619900.170.160.07355.6153.2584.9
HexEDC4C70111071643555
Octal35530430702120754465125
Binary111011011100010011000111010001100001111011001001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4C7; }

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

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

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

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

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

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

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

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