#ECC4C5

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

Shades of Azalea #ECC4C5

Tints of Azalea #ECC4C5

Color information

#ECC4C5 (or 0xECC4C5) is unknown color: approx Azalea. HEX triplet: EC, C4 and C5. RGB value is (236,196,197). Sum of RGB (Red+Green+Blue) = 236+196+197=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4C5 is #133B3A. Grayscale: #D0D0D0. Windows color (decimal): -1260347 or 12961004. OLE color: 12961004.

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

Color convert

RGB236196197-
CMYK00.170.170.07
HSL358.5º51.28%84.71%-
HSV(B)358.5º16.95%92.55%-
XYZ64.4161.3461.27-
YUV208.07121.75147.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=37.52%
G=31.16%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619619700.170.170.07358.551.2884.71
HexECC4C50111171663355
Octal35430430502121754663125
Binary111011001100010011000101010001100011111011001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4C5; }

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

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

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

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

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

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

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

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