#ECC3C6

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

Shades of Azalea #ECC3C6

Tints of Azalea #ECC3C6

Color information

#ECC3C6 (or 0xECC3C6) is unknown color: approx Azalea. HEX triplet: EC, C3 and C6. RGB value is (236,195,198). Sum of RGB (Red+Green+Blue) = 236+195+198=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C6 is #133C39. Grayscale: #CFCFCF. Windows color (decimal): -1260602 or 13026284. OLE color: 13026284.

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

Color convert

RGB236195198-
CMYK00.170.160.07
HSL355.61º51.9%84.51%-
HSV(B)355.61º17.37%92.55%-
XYZ64.360.9461.8-
YUV207.6122.58148.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 198 (77.73% from 255) = 31.48%
R=37.52%
G=31.00%
B=31.48%

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
Decimal23619519800.170.160.07355.6151.984.51
HexECC3C60111071643455
Octal35430330602120754464125
Binary111011001100001111000110010001100001111011001001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3C6; }

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

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

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

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

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

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

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

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