#EEADE7

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

Shades of Lavender Rose #EEADE7

Tints of Lavender Rose #EEADE7

Color information

#EEADE7 (or 0xEEADE7) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and E7. RGB value is (238,173,231). Sum of RGB (Red+Green+Blue) = 238+173+231=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADE7 is #115218. Grayscale: #C6C6C6. Windows color (decimal): -1135129 or 15183342. OLE color: 15183342.

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

Color convert

RGB238173231-
CMYK00.270.030.07
HSL306.46º65.66%80.59%-
HSV(B)306.46º27.31%93.33%-
XYZ64.6353.8382.59-
YUV199.05146.03155.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=37.07%
G=26.95%
B=35.98%

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
Decimal23817323100.270.030.07306.4665.6680.59
HexEEADE701B371324251
Octal35625534703337462102121
Binary1110111010101101111001110110111111110011001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADE7; }

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

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

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

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

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

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

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

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