#EDE0F4

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

Shades of White Lilac #EDE0F4

Tints of White Lilac #EDE0F4

Color information

#EDE0F4 (or 0xEDE0F4) is unknown color: approx White Lilac. HEX triplet: ED, E0 and F4. RGB value is (237,224,244). Sum of RGB (Red+Green+Blue) = 237+224+244=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDE0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F4 is #121F0B. Grayscale: #E6E6E6. Windows color (decimal): -1187596 or 16048365. OLE color: 16048365.

HSL color Cylindrical-coordinate representation of color #EDE0F4: hue angle of 279º degrees, saturation: 0.48, 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 #EDE0F4 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237224244-
CMYK0.030.0800.04
HSL279º47.62%91.76%-
HSV(B)279º8.2%95.69%-
XYZ77.9177.8596.51-
YUV230.17135.81132.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 244 (95.70% from 255) = 34.61%
R=33.62%
G=31.77%
B=34.61%

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
Decimal2372242440.030.0800.0427947.6291.76
HexEDE0F43804117305c
Octal3553403643100442760134
Binary11101101111000001111010011100001001000101111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0F4; }

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

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

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

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

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

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

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

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