#ECC5C6

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

Shades of Azalea #ECC5C6

Tints of Azalea #ECC5C6

Color information

#ECC5C6 (or 0xECC5C6) is unknown color: approx Azalea. HEX triplet: EC, C5 and C6. RGB value is (236,197,198). Sum of RGB (Red+Green+Blue) = 236+197+198=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C6 is #133A39. Grayscale: #D0D0D0. Windows color (decimal): -1260090 or 13026796. OLE color: 13026796.

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

Color convert

RGB236197198-
CMYK00.170.160.07
HSL358.46º50.65%84.9%-
HSV(B)358.46º16.53%92.55%-
XYZ64.7561.8461.95-
YUV208.77121.92147.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 198 (77.73% from 255) = 31.38%
R=37.40%
G=31.22%
B=31.38%

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
Decimal23619719800.170.160.07358.4650.6584.9
HexECC5C60111071663355
Octal35430530602120754663125
Binary111011001100010111000110010001100001111011001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5C6; }

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

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

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

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

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

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

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

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