#EEADDE

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

Shades of Lavender Rose #EEADDE

Tints of Lavender Rose #EEADDE

Color information

#EEADDE (or 0xEEADDE) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and DE. RGB value is (238,173,222). Sum of RGB (Red+Green+Blue) = 238+173+222=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDE is #115221. Grayscale: #C5C5C5. Windows color (decimal): -1135138 or 14593518. OLE color: 14593518.

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

Color convert

RGB238173222-
CMYK00.270.070.07
HSL314.77º65.66%80.59%-
HSV(B)314.77º27.31%93.33%-
XYZ63.3953.3476.06-
YUV198.02141.53156.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=37.60%
G=27.33%
B=35.07%

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
Decimal23817322200.270.070.07314.7765.6680.59
HexEEADDE01B7713b4251
Octal35625533603377473102121
Binary11101110101011011101111001101111111110011101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADDE; }

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

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

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

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

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

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

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

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