#EEEDFE

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

Shades of Lavender #EEEDFE

Tints of Lavender #EEEDFE

Color information

#EEEDFE (or 0xEEEDFE) is unknown color: approx Lavender. HEX triplet: EE, ED and FE. RGB value is (238,237,254). Sum of RGB (Red+Green+Blue) = 238+237+254=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFE is #111201. Grayscale: #EFEFEF. Windows color (decimal): -1118722 or 16707054. OLE color: 16707054.

HSL color Cylindrical-coordinate representation of color #EEEDFE: hue angle of 243.53º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEDFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238237254-
CMYK0.060.0700.00
HSL243.53º89.47%96.27%-
HSV(B)243.53º6.69%99.61%-
XYZ83.4385.9105.95-
YUV239.24136.33127.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.65%
GREEN value IS 237 (92.97% from 255) = 32.51%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=32.65%
G=32.51%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382372540.060.0700.00243.5389.4796.27
HexEEEDFE6700f45960
Octal3563553766700364131140
Binary111011101110110111111110110111001111010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDFE; }

 p { color: rgb(238,237,254); }

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

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

 a { background-color: rgb(238,237,254); }

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

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

 span { border-color: rgb(238,237,254); }

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