#EEACD2

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

Shades of Lavender Pink #EEACD2

Tints of Lavender Pink #EEACD2

Color information

#EEACD2 (or 0xEEACD2) is unknown color: approx Lavender Pink. HEX triplet: EE, AC and D2. RGB value is (238,172,210). Sum of RGB (Red+Green+Blue) = 238+172+210=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACD2 is #11532D. Grayscale: #C3C3C3. Windows color (decimal): -1135406 or 13806830. OLE color: 13806830.

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

Color convert

RGB238172210-
CMYK00.280.120.07
HSL325.45º66%80.39%-
HSV(B)325.45º27.73%93.33%-
XYZ61.6552.3467.83-
YUV196.07135.87157.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=38.39%
G=27.74%
B=33.87%

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
Decimal23817221000.280.120.07325.456680.39
HexEEACD201CC71454250
Octal356254322034147505102120
Binary111011101010110011010010011100110011110100010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACD2; }

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

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

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

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

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

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

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

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