#ECCACC

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

Shades of Azalea #ECCACC

Tints of Azalea #ECCACC

Color information

#ECCACC (or 0xECCACC) is unknown color: approx Azalea. HEX triplet: EC, CA and CC. RGB value is (236,202,204). Sum of RGB (Red+Green+Blue) = 236+202+204=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACC is #133533. Grayscale: #D4D4D4. Windows color (decimal): -1258804 or 13421292. OLE color: 13421292.

HSL color Cylindrical-coordinate representation of color #ECCACC: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCACC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236202204-
CMYK00.140.140.07
HSL356.47º47.22%85.88%-
HSV(B)356.47º14.41%92.55%-
XYZ66.6164.4366.05-
YUV212.39123.26144.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=36.76%
G=31.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620220400.140.140.07356.4747.2285.88
HexECCACC0EE71642f56
Octal35431231401616754457126
Binary1110110011001010110011000111011101111011001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCACC; }

 p { color: rgb(236,202,204); }

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

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

 a { background-color: rgb(236,202,204); }

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

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

 span { border-color: rgb(236,202,204); }

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