#EEDCFF

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

Shades of White Lilac #EEDCFF

Tints of White Lilac #EEDCFF

Color information

#EEDCFF (or 0xEEDCFF) is unknown color: approx White Lilac. HEX triplet: EE, DC and FF. RGB value is (238,220,255). Sum of RGB (Red+Green+Blue) = 238+220+255=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFF is #112300. Grayscale: #E5E5E5. Windows color (decimal): -1123073 or 16768238. OLE color: 16768238.

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

Color convert

RGB238220255-
CMYK0.070.1400
HSL270.86º100%93.14%-
HSV(B)270.86º13.73%100%-
XYZ78.976.58105.23-
YUV229.37142.46134.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 255 (100% from 255) = 35.76%
R=33.38%
G=30.86%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382202550.070.1400270.8610093.14
HexEEDCFF7E0010f645d
Octal35633437771600417144135
Binary11101110110111001111111111111100010000111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCFF; }

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

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

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

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

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

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

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

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