#E6E7EF

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

Shades of Lavender #E6E7EF

Tints of Lavender #E6E7EF

Color information

#E6E7EF (or 0xE6E7EF) is unknown color: approx Lavender. HEX triplet: E6, E7 and EF. RGB value is (230,231,239). Sum of RGB (Red+Green+Blue) = 230+231+239=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7EF is #191810. Grayscale: #E7E7E7. Windows color (decimal): -1644561 or 15722470. OLE color: 15722470.

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

Color convert

RGB230231239-
CMYK0.040.0300.06
HSL233.33º21.95%91.96%-
HSV(B)233.33º3.77%93.73%-
XYZ76.7980.2193.1-
YUV231.61132.17126.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.86%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=32.86%
G=33%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302312390.040.0300.06233.3321.9591.96
HexE6E7EF4306e9165c
Octal346347357430635126134
Binary11100110111001111110111110011011011101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E7EF; }

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

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

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

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

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

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

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

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