#E6E5EB

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

Shades of Lavender #E6E5EB

Tints of Lavender #E6E5EB

Color information

#E6E5EB (or 0xE6E5EB) is unknown color: approx Lavender. HEX triplet: E6, E5 and EB. RGB value is (230,229,235). Sum of RGB (Red+Green+Blue) = 230+229+235=694 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.14% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6E5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E5EB is #191A14. Grayscale: #E5E5E5. Windows color (decimal): -1645077 or 15459814. OLE color: 15459814.

HSL color Cylindrical-coordinate representation of color #E6E5EB: hue angle of 250º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E5EB is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230229235-
CMYK0.020.0300.08
HSL250º13.04%90.98%-
HSV(B)250º2.55%92.16%-
XYZ75.6578.8689.83-
YUV229.98130.83128.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.14%
GREEN value IS 229 (89.84% from 255) = 33.00%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=33.14%
G=33.00%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302292350.020.0300.0825013.0490.98
HexE6E5EB2308fad5b
Octal3463453532301037215133
Binary1110011011100101111010111011010001111101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E5EB; }

 p { color: rgb(230,229,235); }

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

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

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

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

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

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

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