#EEADE2

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

Shades of Lavender Rose #EEADE2

Tints of Lavender Rose #EEADE2

Color information

#EEADE2 (or 0xEEADE2) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and E2. RGB value is (238,173,226). Sum of RGB (Red+Green+Blue) = 238+173+226=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADE2 is #11521D. Grayscale: #C6C6C6. Windows color (decimal): -1135134 or 14855662. OLE color: 14855662.

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

Color convert

RGB238173226-
CMYK00.270.050.07
HSL311.08º65.66%80.59%-
HSV(B)311.08º27.31%93.33%-
XYZ63.9353.5678.92-
YUV198.48143.53156.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=37.36%
G=27.16%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817322600.270.050.07311.0865.6680.59
HexEEADE201B571374251
Octal35625534203357467102121
Binary11101110101011011110001001101110111110011011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADE2; }

 p { color: rgb(238,173,226); }

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

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

 a { background-color: rgb(238,173,226); }

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

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

 span { border-color: rgb(238,173,226); }

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