#EEDEFA

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

Shades of White Lilac #EEDEFA

Tints of White Lilac #EEDEFA

Color information

#EEDEFA (or 0xEEDEFA) is unknown color: approx White Lilac. HEX triplet: EE, DE and FA. RGB value is (238,222,250). Sum of RGB (Red+Green+Blue) = 238+222+250=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFA is #112105. Grayscale: #E5E5E5. Windows color (decimal): -1122566 or 16441070. OLE color: 16441070.

HSL color Cylindrical-coordinate representation of color #EEDEFA: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDEFA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238222250-
CMYK0.050.1100.02
HSL274.29º73.68%92.55%-
HSV(B)274.29º11.2%98.04%-
XYZ78.6477.32101.22-
YUV229.98139.3133.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 222 (87.11% from 255) = 31.27%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=33.52%
G=31.27%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382222500.050.1100.02274.2973.6892.55
HexEEDEFA5B021124a5d
Octal35633637251302422112135
Binary111011101101111011111010101101101010001001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEFA; }

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

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

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

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

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

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

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

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