#EDC8CC

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

Shades of Azalea #EDC8CC

Tints of Azalea #EDC8CC

Color information

#EDC8CC (or 0xEDC8CC) is unknown color: approx Azalea. HEX triplet: ED, C8 and CC. RGB value is (237,200,204). Sum of RGB (Red+Green+Blue) = 237+200+204=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8CC is #123733. Grayscale: #D3D3D3. Windows color (decimal): -1193780 or 13420781. OLE color: 13420781.

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

Color convert

RGB237200204-
CMYK00.160.140.07
HSL353.51º50.68%85.69%-
HSV(B)353.51º15.61%92.94%-
XYZ66.4863.6765.91-
YUV211.52123.76146.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=36.97%
G=31.20%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720020400.160.140.07353.5150.6885.69
HexEDC8CC010E71623356
Octal35531031402016754263126
Binary11101101110010001100110001000011101111011000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8CC; }

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

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

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

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

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

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

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

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