#EDE1F7

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

Shades of White Lilac #EDE1F7

Tints of White Lilac #EDE1F7

Color information

#EDE1F7 (or 0xEDE1F7) is unknown color: approx White Lilac. HEX triplet: ED, E1 and F7. RGB value is (237,225,247). Sum of RGB (Red+Green+Blue) = 237+225+247=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1F7 is #121E08. Grayscale: #E7E7E7. Windows color (decimal): -1187337 or 16245229. OLE color: 16245229.

HSL color Cylindrical-coordinate representation of color #EDE1F7: hue angle of 272.73º degrees, saturation: 0.58, 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 #EDE1F7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237225247-
CMYK0.040.0900.03
HSL272.73º57.89%92.55%-
HSV(B)272.73º8.91%96.86%-
XYZ78.6478.5799.02-
YUV231.1136.98132.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 225 (88.28% from 255) = 31.73%
BLUE value IS 247 (96.88% from 255) = 34.84%
R=33.43%
G=31.73%
B=34.84%

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
Decimal2372252470.040.0900.03272.7357.8992.55
HexEDE1F749031113a5d
Octal3553413674110342172135
Binary11101101111000011111011110010010111000100011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1F7; }

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

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

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

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

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

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

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

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