#EDE0F3

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

Shades of White Lilac #EDE0F3

Tints of White Lilac #EDE0F3

Color information

#EDE0F3 (or 0xEDE0F3) is unknown color: approx White Lilac. HEX triplet: ED, E0 and F3. RGB value is (237,224,243). Sum of RGB (Red+Green+Blue) = 237+224+243=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F3 is #121F0C. Grayscale: #E5E5E5. Windows color (decimal): -1187597 or 15982829. OLE color: 15982829.

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

Color convert

RGB237224243-
CMYK0.020.0800.05
HSL281.05º44.19%91.57%-
HSV(B)281.05º7.82%95.29%-
XYZ77.7677.7995.71-
YUV230.05135.31132.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 243 (95.31% from 255) = 34.52%
R=33.66%
G=31.82%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372242430.020.0800.05281.0544.1991.57
HexEDE0F328051192c5c
Octal3553403632100543154134
Binary11101101111000001111001110100001011000110011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0F3; }

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

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

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

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

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

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

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

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