#EDE7EF

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

Shades of White Lilac #EDE7EF

Tints of White Lilac #EDE7EF

Color information

#EDE7EF (or 0xEDE7EF) is unknown color: approx White Lilac. HEX triplet: ED, E7 and EF. RGB value is (237,231,239). Sum of RGB (Red+Green+Blue) = 237+231+239=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EF is #121810. Grayscale: #E9E9E9. Windows color (decimal): -1185809 or 15722477. OLE color: 15722477.

HSL color Cylindrical-coordinate representation of color #EDE7EF: hue angle of 285º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE7EF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237231239-
CMYK0.010.0300.06
HSL285º20%92.16%-
HSV(B)285º3.35%93.73%-
XYZ79.0881.3993.2-
YUV233.71130.99130.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=33.52%
G=32.67%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372312390.010.0300.062852092.16
HexEDE7EF130611d145c
Octal355347357130643524134
Binary1110110111100111111011111110110100011101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7EF; }

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

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

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

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

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

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

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

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