#EDDCFE

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

Shades of White Lilac #EDDCFE

Tints of White Lilac #EDDCFE

Color information

#EDDCFE (or 0xEDDCFE) is unknown color: approx White Lilac. HEX triplet: ED, DC and FE. RGB value is (237,220,254). Sum of RGB (Red+Green+Blue) = 237+220+254=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFE is #122301. Grayscale: #E4E4E4. Windows color (decimal): -1188610 or 16702701. OLE color: 16702701.

HSL color Cylindrical-coordinate representation of color #EDDCFE: hue angle of 270º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDCFE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237220254-
CMYK0.070.1300.00
HSL270º94.44%92.94%-
HSV(B)270º13.39%99.61%-
XYZ78.4176.35104.37-
YUV228.96142.13133.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=33.33%
G=30.94%
B=35.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372202540.070.1300.0027094.4492.94
HexEDDCFE7D0010e5e5d
Octal35533437671500416136135
Binary11101101110111001111111011111010010000111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCFE; }

 p { color: rgb(237,220,254); }

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

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

 a { background-color: rgb(237,220,254); }

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

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

 span { border-color: rgb(237,220,254); }

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