#EEA9DC

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

Shades of Lavender Rose #EEA9DC

Tints of Lavender Rose #EEA9DC

Color information

#EEA9DC (or 0xEEA9DC) is unknown color: approx Lavender Rose. HEX triplet: EE, A9 and DC. RGB value is (238,169,220). Sum of RGB (Red+Green+Blue) = 238+169+220=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DC is #115623. Grayscale: #C3C3C3. Windows color (decimal): -1136164 or 14461422. OLE color: 14461422.

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

Color convert

RGB238169220-
CMYK00.290.080.07
HSL315.65º66.99%79.8%-
HSV(B)315.65º28.99%93.33%-
XYZ62.3751.7274.41-
YUV195.44141.86158.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.96%
G=26.95%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816922000.290.080.07315.6566.9979.8
HexEEA9DC01D8713c4350
Octal356251334035107474103120
Binary111011101010100111011100011101100011110011110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9DC; }

 p { color: rgb(238,169,220); }

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

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

 a { background-color: rgb(238,169,220); }

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

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

 span { border-color: rgb(238,169,220); }

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