#EDC5C8

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

Shades of Azalea #EDC5C8

Tints of Azalea #EDC5C8

Color information

#EDC5C8 (or 0xEDC5C8) is unknown color: approx Azalea. HEX triplet: ED, C5 and C8. RGB value is (237,197,200). Sum of RGB (Red+Green+Blue) = 237+197+200=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5C8 is #123A37. Grayscale: #D1D1D1. Windows color (decimal): -1194552 or 13157869. OLE color: 13157869.

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

Color convert

RGB237197200-
CMYK00.170.160.07
HSL355.5º52.63%85.1%-
HSV(B)355.5º16.88%92.94%-
XYZ65.3262.1163.19-
YUV209.3122.75147.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 200 (78.52% from 255) = 31.55%
R=37.38%
G=31.07%
B=31.55%

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
Decimal23719720000.170.160.07355.552.6385.1
HexEDC5C80111071643555
Octal35530531002120754465125
Binary111011011100010111001000010001100001111011001001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5C8; }

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

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

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

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

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

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

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

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