#EEC5CC

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

Shades of Azalea #EEC5CC

Tints of Azalea #EEC5CC

Color information

#EEC5CC (or 0xEEC5CC) is unknown color: approx Azalea. HEX triplet: EE, C5 and CC. RGB value is (238,197,204). Sum of RGB (Red+Green+Blue) = 238+197+204=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CC is #113A33. Grayscale: #D2D2D2. Windows color (decimal): -1129012 or 13420014. OLE color: 13420014.

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

Color convert

RGB238197204-
CMYK00.170.140.07
HSL349.76º54.67%85.29%-
HSV(B)349.76º17.23%93.33%-
XYZ66.1362.4765.7-
YUV210.06124.58147.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=37.25%
G=30.83%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819720400.170.140.07349.7654.6785.29
HexEEC5CC011E715e3755
Octal35630531402116753667125
Binary11101110110001011100110001000111101111010111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5CC; }

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

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

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

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

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

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

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

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