#EEDCFD

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

Shades of White Lilac #EEDCFD

Tints of White Lilac #EEDCFD

Color information

#EEDCFD (or 0xEEDCFD) is unknown color: approx White Lilac. HEX triplet: EE, DC and FD. RGB value is (238,220,253). Sum of RGB (Red+Green+Blue) = 238+220+253=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFD is #112302. Grayscale: #E5E5E5. Windows color (decimal): -1123075 or 16637166. OLE color: 16637166.

HSL color Cylindrical-coordinate representation of color #EEDCFD: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDCFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238220253-
CMYK0.060.1300.01
HSL272.73º89.19%92.75%-
HSV(B)272.73º13.04%99.22%-
XYZ78.5876.46103.54-
YUV229.14141.46134.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=33.47%
G=30.94%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382202530.060.1300.01272.7389.1992.75
HexEEDCFD6D01111595d
Octal35633437561501421131135
Binary11101110110111001111110111011010110001000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCFD; }

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

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

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

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

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

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

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

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