#EEADE6

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

Shades of Lavender Rose #EEADE6

Tints of Lavender Rose #EEADE6

Color information

#EEADE6 (or 0xEEADE6) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and E6. RGB value is (238,173,230). Sum of RGB (Red+Green+Blue) = 238+173+230=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADE6 is #115219. Grayscale: #C6C6C6. Windows color (decimal): -1135130 or 15117806. OLE color: 15117806.

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

Color convert

RGB238173230-
CMYK00.270.030.07
HSL307.38º65.66%80.59%-
HSV(B)307.38º27.31%93.33%-
XYZ64.4953.7881.84-
YUV198.93145.53155.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=37.13%
G=26.99%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817323000.270.030.07307.3865.6680.59
HexEEADE601B371334251
Octal35625534603337463102121
Binary1110111010101101111001100110111111110011001110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADE6; }

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

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

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

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

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

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

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

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