#EEDCFE

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

Shades of White Lilac #EEDCFE

Tints of White Lilac #EEDCFE

Color information

#EEDCFE (or 0xEEDCFE) is unknown color: approx White Lilac. HEX triplet: EE, DC and FE. RGB value is (238,220,254). Sum of RGB (Red+Green+Blue) = 238+220+254=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFE is #112301. Grayscale: #E5E5E5. Windows color (decimal): -1123074 or 16702702. OLE color: 16702702.

HSL color Cylindrical-coordinate representation of color #EEDCFE: hue angle of 271.76º 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 #EEDCFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238220254-
CMYK0.060.1300.00
HSL271.76º94.44%92.94%-
HSV(B)271.76º13.39%99.61%-
XYZ78.7476.52104.39-
YUV229.26141.96134.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=33.43%
G=30.90%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382202540.060.1300.00271.7694.4492.94
HexEEDCFE6D001105e5d
Octal35633437661500420136135
Binary11101110110111001111111011011010010001000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCFE; }

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

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

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

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

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

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

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

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