#EDE2F5

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

Shades of White Lilac #EDE2F5

Tints of White Lilac #EDE2F5

Color information

#EDE2F5 (or 0xEDE2F5) is unknown color: approx White Lilac. HEX triplet: ED, E2 and F5. RGB value is (237,226,245). Sum of RGB (Red+Green+Blue) = 237+226+245=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2F5 is #121D0A. Grayscale: #E7E7E7. Windows color (decimal): -1187083 or 16114413. OLE color: 16114413.

HSL color Cylindrical-coordinate representation of color #EDE2F5: hue angle of 274.74º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE2F5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237226245-
CMYK0.030.0800.04
HSL274.74º48.72%92.35%-
HSV(B)274.74º7.76%96.08%-
XYZ78.678.9997.49-
YUV231.46135.64131.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 226 (88.67% from 255) = 31.92%
BLUE value IS 245 (96.09% from 255) = 34.60%
R=33.47%
G=31.92%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372262450.030.0800.04274.7448.7292.35
HexEDE2F53804113315c
Octal3553423653100442361134
Binary11101101111000101111010111100001001000100111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2F5; }

 p { color: rgb(237,226,245); }

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

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

 a { background-color: rgb(237,226,245); }

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

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

 span { border-color: rgb(237,226,245); }

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