#EDE1F8

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

Shades of White Lilac #EDE1F8

Tints of White Lilac #EDE1F8

Color information

#EDE1F8 (or 0xEDE1F8) is unknown color: approx White Lilac. HEX triplet: ED, E1 and F8. RGB value is (237,225,248). Sum of RGB (Red+Green+Blue) = 237+225+248=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1F8 is #121E07. Grayscale: #E7E7E7. Windows color (decimal): -1187336 or 16310765. OLE color: 16310765.

HSL color Cylindrical-coordinate representation of color #EDE1F8: hue angle of 271.3º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE1F8 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237225248-
CMYK0.040.0900.03
HSL271.3º62.16%92.75%-
HSV(B)271.3º9.27%97.25%-
XYZ78.7978.6399.83-
YUV231.21137.48132.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 225 (88.28% from 255) = 31.69%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=33.38%
G=31.69%
B=34.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372252480.040.0900.03271.362.1692.75
HexEDE1F8490310f3e5d
Octal3553413704110341776135
Binary11101101111000011111100010010010111000011111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1F8; }

 p { color: rgb(237,225,248); }

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

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

 a { background-color: rgb(237,225,248); }

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

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

 span { border-color: rgb(237,225,248); }

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