#EEDCF8

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

Shades of White Lilac #EEDCF8

Tints of White Lilac #EEDCF8

Color information

#EEDCF8 (or 0xEEDCF8) is unknown color: approx White Lilac. HEX triplet: EE, DC and F8. RGB value is (238,220,248). Sum of RGB (Red+Green+Blue) = 238+220+248=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF8 is #112307. Grayscale: #E4E4E4. Windows color (decimal): -1123080 or 16309486. OLE color: 16309486.

HSL color Cylindrical-coordinate representation of color #EEDCF8: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDCF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238220248-
CMYK0.040.1100.03
HSL278.57º66.67%91.76%-
HSV(B)278.57º11.29%97.25%-
XYZ77.876.1499.4-
YUV228.57138.96134.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 248 (97.27% from 255) = 35.13%
R=33.71%
G=31.16%
B=35.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382202480.040.1100.03278.5766.6791.76
HexEEDCF84B03117435c
Octal35633437041303427103134
Binary111011101101110011111000100101101110001011110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCF8; }

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

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

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

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

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

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

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

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