#EEAECE

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

Shades of Lavender Pink #EEAECE

Tints of Lavender Pink #EEAECE

Color information

#EEAECE (or 0xEEAECE) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and CE. RGB value is (238,174,206). Sum of RGB (Red+Green+Blue) = 238+174+206=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAECE is #115131. Grayscale: #C4C4C4. Windows color (decimal): -1134898 or 13545198. OLE color: 13545198.

HSL color Cylindrical-coordinate representation of color #EEAECE: hue angle of 330º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAECE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238174206-
CMYK00.270.130.07
HSL330º65.31%80.78%-
HSV(B)330º26.89%93.33%-
XYZ61.5452.9165.36-
YUV196.78133.2157.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=38.51%
G=28.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817420600.270.130.0733065.3180.78
HexEEAECE01BD714a4151
Octal356256316033157512101121
Binary111011101010111011001110011011110111110100101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAECE; }

 p { color: rgb(238,174,206); }

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

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

 a { background-color: rgb(238,174,206); }

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

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

 span { border-color: rgb(238,174,206); }

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