#EEAEDE

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

Shades of Lavender Rose #EEAEDE

Tints of Lavender Rose #EEAEDE

Color information

#EEAEDE (or 0xEEAEDE) is unknown color: approx Lavender Rose. HEX triplet: EE, AE and DE. RGB value is (238,174,222). Sum of RGB (Red+Green+Blue) = 238+174+222=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEDE is #115121. Grayscale: #C6C6C6. Windows color (decimal): -1134882 or 14593774. OLE color: 14593774.

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

Color convert

RGB238174222-
CMYK00.270.070.07
HSL315º65.31%80.78%-
HSV(B)315º26.89%93.33%-
XYZ63.5853.7276.13-
YUV198.61141.2156.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=37.54%
G=27.44%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817422200.270.070.0731565.3180.78
HexEEAEDE01B7713b4151
Octal35625633603377473101121
Binary11101110101011101101111001101111111110011101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEDE; }

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

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

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

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

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

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

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

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