#EEAED5

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

Shades of Lavender Pink #EEAED5

Tints of Lavender Pink #EEAED5

Color information

#EEAED5 (or 0xEEAED5) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and D5. RGB value is (238,174,213). Sum of RGB (Red+Green+Blue) = 238+174+213=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAED5 is #11512A. Grayscale: #C5C5C5. Windows color (decimal): -1134891 or 14003950. OLE color: 14003950.

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

Color convert

RGB238174213-
CMYK00.270.110.07
HSL323.44º65.31%80.78%-
HSV(B)323.44º26.89%93.33%-
XYZ62.4153.2569.94-
YUV197.58136.7156.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=38.08%
G=27.84%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817421300.270.110.07323.4465.3180.78
HexEEAED501BB71434151
Octal356256325033137503101121
Binary111011101010111011010101011011101111110100001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAED5; }

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

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

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

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

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

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

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

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