#EDE6F1

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

Shades of White Lilac #EDE6F1

Tints of White Lilac #EDE6F1

Color information

#EDE6F1 (or 0xEDE6F1) is unknown color: approx White Lilac. HEX triplet: ED, E6 and F1. RGB value is (237,230,241). Sum of RGB (Red+Green+Blue) = 237+230+241=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F1 is #12190E. Grayscale: #E9E9E9. Windows color (decimal): -1186063 or 15853293. OLE color: 15853293.

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

Color convert

RGB237230241-
CMYK0.020.0500.05
HSL278.18º28.21%92.35%-
HSV(B)278.18º4.56%94.51%-
XYZ79.180.9594.67-
YUV233.35132.32130.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 230 (90.23% from 255) = 32.49%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=33.47%
G=32.49%
B=34.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372302410.020.0500.05278.1828.2192.35
HexEDE6F125051161c5c
Octal355346361250542634134
Binary111011011110011011110001101010101100010110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6F1; }

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

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

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

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

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

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

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

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