#E6E6EF

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

Shades of Lavender #E6E6EF

Tints of Lavender #E6E6EF

Color information

#E6E6EF (or 0xE6E6EF) is unknown color: approx Lavender. HEX triplet: E6, E6 and EF. RGB value is (230,230,239). Sum of RGB (Red+Green+Blue) = 230+230+239=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6EF is #191910. Grayscale: #E6E6E6. Windows color (decimal): -1644817 or 15722214. OLE color: 15722214.

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

Color convert

RGB230230239-
CMYK0.040.0400.06
HSL240º21.95%91.96%-
HSV(B)240º3.77%93.73%-
XYZ76.5179.6593-
YUV231.03132.5127.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=32.90%
G=32.90%
B=34.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302302390.040.0400.0624021.9591.96
HexE6E6EF4406f0165c
Octal346346357440636026134
Binary111001101110011011101111100100011011110000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E6EF; }

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

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

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

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

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

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

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

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