#ECC4C9

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

Shades of Azalea #ECC4C9

Tints of Azalea #ECC4C9

Color information

#ECC4C9 (or 0xECC4C9) is unknown color: approx Azalea. HEX triplet: EC, C4 and C9. RGB value is (236,196,201). Sum of RGB (Red+Green+Blue) = 236+196+201=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4C9 is #133B36. Grayscale: #D0D0D0. Windows color (decimal): -1260343 or 13223148. OLE color: 13223148.

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

Color convert

RGB236196201-
CMYK00.170.150.07
HSL352.5º51.28%84.71%-
HSV(B)352.5º16.95%92.55%-
XYZ64.8761.5363.72-
YUV208.53123.75147.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=37.28%
G=30.96%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619620100.170.150.07352.551.2884.71
HexECC4C9011F71603355
Octal35430431102117754063125
Binary11101100110001001100100101000111111111011000001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4C9; }

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

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

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

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

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

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

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

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