#EDE1F9

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

Shades of White Lilac #EDE1F9

Tints of White Lilac #EDE1F9

Color information

#EDE1F9 (or 0xEDE1F9) is unknown color: approx White Lilac. HEX triplet: ED, E1 and F9. RGB value is (237,225,249). Sum of RGB (Red+Green+Blue) = 237+225+249=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1F9 is #121E06. Grayscale: #E7E7E7. Windows color (decimal): -1187335 or 16376301. OLE color: 16376301.

HSL color Cylindrical-coordinate representation of color #EDE1F9: hue angle of 270º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE1F9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237225249-
CMYK0.050.1000.02
HSL270º66.67%92.94%-
HSV(B)270º9.64%97.65%-
XYZ78.9578.69100.65-
YUV231.32137.98132.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 249 (97.66% from 255) = 35.02%
R=33.33%
G=31.65%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372252490.050.1000.0227066.6792.94
HexEDE1F95A0210e435d
Octal35534137151202416103135
Binary111011011110000111111001101101001010000111010000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1F9; }

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

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

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

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

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

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

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

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