#EDC3C5

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

Shades of Azalea #EDC3C5

Tints of Azalea #EDC3C5

Color information

#EDC3C5 (or 0xEDC3C5) is unknown color: approx Azalea. HEX triplet: ED, C3 and C5. RGB value is (237,195,197). Sum of RGB (Red+Green+Blue) = 237+195+197=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3C5 is #123C3A. Grayscale: #CFCFCF. Windows color (decimal): -1195067 or 12960749. OLE color: 12960749.

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

Color convert

RGB237195197-
CMYK00.180.170.07
HSL357.14º53.85%84.71%-
HSV(B)357.14º17.72%92.94%-
XYZ64.5261.0761.21-
YUV207.79121.91148.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=37.68%
G=31.00%
B=31.32%

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
Decimal23719519700.180.170.07357.1453.8584.71
HexEDC3C50121171653655
Octal35530330502221754566125
Binary111011011100001111000101010010100011111011001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3C5; }

 p { color: rgb(237,195,197); }

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

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

 a { background-color: rgb(237,195,197); }

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

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

 span { border-color: rgb(237,195,197); }

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