#EEAED2

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

Shades of Lavender Pink #EEAED2

Tints of Lavender Pink #EEAED2

Color information

#EEAED2 (or 0xEEAED2) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and D2. RGB value is (238,174,210). Sum of RGB (Red+Green+Blue) = 238+174+210=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAED2 is #11512D. Grayscale: #C5C5C5. Windows color (decimal): -1134894 or 13807342. OLE color: 13807342.

HSL color Cylindrical-coordinate representation of color #EEAED2: hue angle of 326.25º 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 #EEAED2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238174210-
CMYK00.270.120.07
HSL326.25º65.31%80.78%-
HSV(B)326.25º26.89%93.33%-
XYZ62.0353.167.95-
YUV197.24135.2157.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=38.26%
G=27.97%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817421000.270.120.07326.2565.3180.78
HexEEAED201BC71464151
Octal356256322033147506101121
Binary111011101010111011010010011011110011110100011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAED2; }

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

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

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

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

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

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

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

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