#ECC2C3

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

Shades of Azalea #ECC2C3

Tints of Azalea #ECC2C3

Color information

#ECC2C3 (or 0xECC2C3) is unknown color: approx Azalea. HEX triplet: EC, C2 and C3. RGB value is (236,194,195). Sum of RGB (Red+Green+Blue) = 236+194+195=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2C3 is #133D3C. Grayscale: #CECECE. Windows color (decimal): -1260861 or 12829420. OLE color: 12829420.

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

Color convert

RGB236194195-
CMYK00.180.170.07
HSL358.57º52.5%84.31%-
HSV(B)358.57º17.8%92.55%-
XYZ63.7360.3659.92-
YUV206.67121.41148.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=37.76%
G=31.04%
B=31.2%

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
Decimal23619419500.180.170.07358.5752.584.31
HexECC2C30121171673454
Octal35430230302221754764124
Binary111011001100001011000011010010100011111011001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2C3; }

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

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

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

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

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

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

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

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