#EECACC

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

Shades of Azalea #EECACC

Tints of Azalea #EECACC

Color information

#EECACC (or 0xEECACC) is unknown color: approx Azalea. HEX triplet: EE, CA and CC. RGB value is (238,202,204). Sum of RGB (Red+Green+Blue) = 238+202+204=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACC is #113533. Grayscale: #D5D5D5. Windows color (decimal): -1127732 or 13421294. OLE color: 13421294.

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

Color convert

RGB238202204-
CMYK00.150.140.07
HSL356.67º51.43%86.27%-
HSV(B)356.67º15.13%93.33%-
XYZ67.2864.7866.08-
YUV212.99122.93145.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=36.96%
G=31.37%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220400.150.140.07356.6751.4386.27
HexEECACC0FE71653356
Octal35631231401716754563126
Binary1110111011001010110011000111111101111011001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECACC; }

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

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

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

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

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

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

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

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