#EDC6C8

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

Shades of Azalea #EDC6C8

Tints of Azalea #EDC6C8

Color information

#EDC6C8 (or 0xEDC6C8) is unknown color: approx Azalea. HEX triplet: ED, C6 and C8. RGB value is (237,198,200). Sum of RGB (Red+Green+Blue) = 237+198+200=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6C8 is #123937. Grayscale: #D1D1D1. Windows color (decimal): -1194296 or 13158125. OLE color: 13158125.

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

Color convert

RGB237198200-
CMYK00.160.160.07
HSL356.92º52%85.29%-
HSV(B)356.92º16.46%92.94%-
XYZ65.5462.5663.26-
YUV209.89122.42147.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=37.32%
G=31.18%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719820000.160.160.07356.925285.29
HexEDC6C80101071653455
Octal35530631002020754564125
Binary111011011100011011001000010000100001111011001011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6C8; }

 p { color: rgb(237,198,200); }

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

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

 a { background-color: rgb(237,198,200); }

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

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

 span { border-color: rgb(237,198,200); }

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