#EDC6CA

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

Shades of Azalea #EDC6CA

Tints of Azalea #EDC6CA

Color information

#EDC6CA (or 0xEDC6CA) is unknown color: approx Azalea. HEX triplet: ED, C6 and CA. RGB value is (237,198,202). Sum of RGB (Red+Green+Blue) = 237+198+202=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6CA is #123935. Grayscale: #D2D2D2. Windows color (decimal): -1194294 or 13289197. OLE color: 13289197.

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

Color convert

RGB237198202-
CMYK00.160.150.07
HSL353.85º52%85.29%-
HSV(B)353.85º16.46%92.94%-
XYZ65.7862.6664.5-
YUV210.12123.42147.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=37.21%
G=31.08%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719820200.160.150.07353.855285.29
HexEDC6CA010F71623455
Octal35530631202017754264125
Binary11101101110001101100101001000011111111011000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6CA; }

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

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

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

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

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

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

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

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