#EDE7F3

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

Shades of White Lilac #EDE7F3

Tints of White Lilac #EDE7F3

Color information

#EDE7F3 (or 0xEDE7F3) is unknown color: approx White Lilac. HEX triplet: ED, E7 and F3. RGB value is (237,231,243). Sum of RGB (Red+Green+Blue) = 237+231+243=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE7F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F3 is #12180C. Grayscale: #EAEAEA. Windows color (decimal): -1185805 or 15984621. OLE color: 15984621.

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

Color convert

RGB237231243-
CMYK0.020.0500.05
HSL270º33.33%92.94%-
HSV(B)270º4.94%95.29%-
XYZ79.6881.6396.35-
YUV234.16132.99130.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 231 (90.62% from 255) = 32.49%
BLUE value IS 243 (95.31% from 255) = 34.18%
R=33.33%
G=32.49%
B=34.18%

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
Decimal2372312430.020.0500.0527033.3392.94
HexEDE7F3250510e215d
Octal355347363250541641135
Binary1110110111100111111100111010101011000011101000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7F3; }

 p { color: rgb(237,231,243); }

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

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

 a { background-color: rgb(237,231,243); }

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

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

 span { border-color: rgb(237,231,243); }

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