#E6E1EF

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

Shades of White Lilac #E6E1EF

Tints of White Lilac #E6E1EF

Color information

#E6E1EF (or 0xE6E1EF) is unknown color: approx White Lilac. HEX triplet: E6, E1 and EF. RGB value is (230,225,239). Sum of RGB (Red+Green+Blue) = 230+225+239=694 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.14% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1EF is #191E10. Grayscale: #E4E4E4. Windows color (decimal): -1646097 or 15720934. OLE color: 15720934.

HSL color Cylindrical-coordinate representation of color #E6E1EF: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6E1EF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230225239-
CMYK0.040.0600.06
HSL261.43º30.43%90.98%-
HSV(B)261.43º5.86%93.73%-
XYZ75.1476.9192.55-
YUV228.09134.16129.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.14%
GREEN value IS 225 (88.28% from 255) = 32.42%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=33.14%
G=32.42%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302252390.040.0600.06261.4330.4390.98
HexE6E1EF46061051e5b
Octal346341357460640536133
Binary1110011011100001111011111001100110100000101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1EF; }

 p { color: rgb(230,225,239); }

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

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

 a { background-color: rgb(230,225,239); }

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

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

 span { border-color: rgb(230,225,239); }

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