#EEDDFD

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

Shades of White Lilac #EEDDFD

Tints of White Lilac #EEDDFD

Color information

#EEDDFD (or 0xEEDDFD) is unknown color: approx White Lilac. HEX triplet: EE, DD and FD. RGB value is (238,221,253). Sum of RGB (Red+Green+Blue) = 238+221+253=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFD is #112202. Grayscale: #E5E5E5. Windows color (decimal): -1122819 or 16637422. OLE color: 16637422.

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

Color convert

RGB238221253-
CMYK0.060.1300.01
HSL271.88º88.89%92.94%-
HSV(B)271.88º12.65%99.22%-
XYZ78.8576.98103.63-
YUV229.73141.13133.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=33.43%
G=31.04%
B=35.53%

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
Decimal2382212530.060.1300.01271.8888.8992.94
HexEEDDFD6D01110595d
Octal35633537561501420131135
Binary11101110110111011111110111011010110001000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDFD; }

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

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

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

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

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

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

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

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