#EDE3F1

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

Shades of White Lilac #EDE3F1

Tints of White Lilac #EDE3F1

Color information

#EDE3F1 (or 0xEDE3F1) is unknown color: approx White Lilac. HEX triplet: ED, E3 and F1. RGB value is (237,227,241). Sum of RGB (Red+Green+Blue) = 237+227+241=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3F1 is #121C0E. Grayscale: #E7E7E7. Windows color (decimal): -1186831 or 15852525. OLE color: 15852525.

HSL color Cylindrical-coordinate representation of color #EDE3F1: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE3F1 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237227241-
CMYK0.020.0600.05
HSL282.86º33.33%91.76%-
HSV(B)282.86º5.81%94.51%-
XYZ78.2779.2994.4-
YUV231.59133.31131.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 227 (89.06% from 255) = 32.20%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=33.62%
G=32.20%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372272410.020.0600.05282.8633.3391.76
HexEDE3F1260511b215c
Octal355343361260543341134
Binary1110110111100011111100011011001011000110111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3F1; }

 p { color: rgb(237,227,241); }

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

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

 a { background-color: rgb(237,227,241); }

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

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

 span { border-color: rgb(237,227,241); }

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