#EEAED9

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

Shades of Lavender Rose #EEAED9

Tints of Lavender Rose #EEAED9

Color information

#EEAED9 (or 0xEEAED9) is unknown color: approx Lavender Rose. HEX triplet: EE, AE and D9. RGB value is (238,174,217). Sum of RGB (Red+Green+Blue) = 238+174+217=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAED9 is #115126. Grayscale: #C5C5C5. Windows color (decimal): -1134887 or 14266094. OLE color: 14266094.

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

Color convert

RGB238174217-
CMYK00.270.090.07
HSL319.69º65.31%80.78%-
HSV(B)319.69º26.89%93.33%-
XYZ62.9253.4672.65-
YUV198.04138.7156.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=37.84%
G=27.66%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817421700.270.090.07319.6965.3180.78
HexEEAED901B971404151
Octal356256331033117500101121
Binary111011101010111011011001011011100111110100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAED9; }

 p { color: rgb(238,174,217); }

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

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

 a { background-color: rgb(238,174,217); }

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

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

 span { border-color: rgb(238,174,217); }

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