#EEACD1

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

Shades of Lavender Pink #EEACD1

Tints of Lavender Pink #EEACD1

Color information

#EEACD1 (or 0xEEACD1) is unknown color: approx Lavender Pink. HEX triplet: EE, AC and D1. RGB value is (238,172,209). Sum of RGB (Red+Green+Blue) = 238+172+209=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACD1 is #11532E. Grayscale: #C3C3C3. Windows color (decimal): -1135407 or 13741294. OLE color: 13741294.

HSL color Cylindrical-coordinate representation of color #EEACD1: hue angle of 326.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACD1 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238172209-
CMYK00.280.120.07
HSL326.36º66%80.39%-
HSV(B)326.36º27.73%93.33%-
XYZ61.5252.2967.17-
YUV195.95135.37157.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=38.45%
G=27.79%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817220900.280.120.07326.366680.39
HexEEACD101CC71464250
Octal356254321034147506102120
Binary111011101010110011010001011100110011110100011010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACD1; }

 p { color: rgb(238,172,209); }

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

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

 a { background-color: rgb(238,172,209); }

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

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

 span { border-color: rgb(238,172,209); }

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