#ECC2C5

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

Shades of Azalea #ECC2C5

Tints of Azalea #ECC2C5

Color information

#ECC2C5 (or 0xECC2C5) is unknown color: approx Azalea. HEX triplet: EC, C2 and C5. RGB value is (236,194,197). Sum of RGB (Red+Green+Blue) = 236+194+197=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2C5 is #133D3A. Grayscale: #CECECE. Windows color (decimal): -1260859 or 12960492. OLE color: 12960492.

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

Color convert

RGB236194197-
CMYK00.180.170.07
HSL355.71º52.5%84.31%-
HSV(B)355.71º17.8%92.55%-
XYZ63.9660.4561.12-
YUV206.9122.41148.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=37.64%
G=30.94%
B=31.42%

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
Decimal23619419700.180.170.07355.7152.584.31
HexECC2C50121171643454
Octal35430230502221754464124
Binary111011001100001011000101010010100011111011001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2C5; }

 p { color: rgb(236,194,197); }

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

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

 a { background-color: rgb(236,194,197); }

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

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

 span { border-color: rgb(236,194,197); }

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