#EEADD2

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

Shades of Lavender Pink #EEADD2

Tints of Lavender Pink #EEADD2

Color information

#EEADD2 (or 0xEEADD2) is unknown color: approx Lavender Pink. HEX triplet: EE, AD and D2. RGB value is (238,173,210). Sum of RGB (Red+Green+Blue) = 238+173+210=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD2 is #11522D. Grayscale: #C4C4C4. Windows color (decimal): -1135150 or 13807086. OLE color: 13807086.

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

Color convert

RGB238173210-
CMYK00.270.120.07
HSL325.85º65.66%80.59%-
HSV(B)325.85º27.31%93.33%-
XYZ61.8452.7267.89-
YUV196.65135.53157.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=38.33%
G=27.86%
B=33.82%

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
Decimal23817321000.270.120.07325.8565.6680.59
HexEEADD201BC71464251
Octal356255322033147506102121
Binary111011101010110111010010011011110011110100011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADD2; }

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

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

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

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

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

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

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

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