#EDE0F6

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

Shades of White Lilac #EDE0F6

Tints of White Lilac #EDE0F6

Color information

#EDE0F6 (or 0xEDE0F6) is unknown color: approx White Lilac. HEX triplet: ED, E0 and F6. RGB value is (237,224,246). Sum of RGB (Red+Green+Blue) = 237+224+246=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F6 is #121F09. Grayscale: #E6E6E6. Windows color (decimal): -1187594 or 16179437. OLE color: 16179437.

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

Color convert

RGB237224246-
CMYK0.040.0900.04
HSL275.45º55%92.16%-
HSV(B)275.45º8.94%96.47%-
XYZ78.2277.9798.12-
YUV230.4136.81132.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=33.52%
G=31.68%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372242460.040.0900.04275.455592.16
HexEDE0F64904113375c
Octal3553403664110442367134
Binary111011011110000011110110100100101001000100111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0F6; }

 p { color: rgb(237,224,246); }

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

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

 a { background-color: rgb(237,224,246); }

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

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

 span { border-color: rgb(237,224,246); }

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