#EDDEFA

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

Shades of White Lilac #EDDEFA

Tints of White Lilac #EDDEFA

Color information

#EDDEFA (or 0xEDDEFA) is unknown color: approx White Lilac. HEX triplet: ED, DE and FA. RGB value is (237,222,250). Sum of RGB (Red+Green+Blue) = 237+222+250=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEFA is #122105. Grayscale: #E5E5E5. Windows color (decimal): -1188102 or 16441069. OLE color: 16441069.

HSL color Cylindrical-coordinate representation of color #EDDEFA: hue angle of 272.14º 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 #EDDEFA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237222250-
CMYK0.050.1100.02
HSL272.14º73.68%92.55%-
HSV(B)272.14º11.2%98.04%-
XYZ78.377.15101.21-
YUV229.68139.47133.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=33.43%
G=31.31%
B=35.26%

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
Decimal2372222500.050.1100.02272.1473.6892.55
HexEDDEFA5B021104a5d
Octal35533637251302420112135
Binary111011011101111011111010101101101010001000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEFA; }

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

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

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

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

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

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

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

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