#EEDEFC

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

Shades of White Lilac #EEDEFC

Tints of White Lilac #EEDEFC

Color information

#EEDEFC (or 0xEEDEFC) is unknown color: approx White Lilac. HEX triplet: EE, DE and FC. RGB value is (238,222,252). Sum of RGB (Red+Green+Blue) = 238+222+252=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFC is #112103. Grayscale: #E6E6E6. Windows color (decimal): -1122564 or 16572142. OLE color: 16572142.

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

Color convert

RGB238222252-
CMYK0.060.1200.01
HSL272º83.33%92.94%-
HSV(B)272º11.9%98.82%-
XYZ78.9577.45102.88-
YUV230.2140.3133.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.43%
G=31.18%
B=35.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382222520.060.1200.0127283.3392.94
HexEEDEFC6C01110535d
Octal35633637461401420123135
Binary11101110110111101111110011011000110001000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEFC; }

 p { color: rgb(238,222,252); }

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

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

 a { background-color: rgb(238,222,252); }

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

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

 span { border-color: rgb(238,222,252); }

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