#EEADD0

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

Shades of Lavender Pink #EEADD0

Tints of Lavender Pink #EEADD0

Color information

#EEADD0 (or 0xEEADD0) is unknown color: approx Lavender Pink. HEX triplet: EE, AD and D0. RGB value is (238,173,208). Sum of RGB (Red+Green+Blue) = 238+173+208=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADD0 is #11522F. Grayscale: #C4C4C4. Windows color (decimal): -1135152 or 13676014. OLE color: 13676014.

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

Color convert

RGB238173208-
CMYK00.270.130.07
HSL327.69º65.66%80.59%-
HSV(B)327.69º27.31%93.33%-
XYZ61.5952.6266.58-
YUV196.42134.53157.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=38.45%
G=27.95%
B=33.60%

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
Decimal23817320800.270.130.07327.6965.6680.59
HexEEADD001BD71484251
Octal356255320033157510102121
Binary111011101010110111010000011011110111110100100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADD0; }

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

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

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

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

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

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

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

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