#E6E3FA

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

Shades of Lavender #E6E3FA

Tints of Lavender #E6E3FA

Color information

#E6E3FA (or 0xE6E3FA) is unknown color: approx Lavender. HEX triplet: E6, E3 and FA. RGB value is (230,227,250). Sum of RGB (Red+Green+Blue) = 230+227+250=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3FA is #191C05. Grayscale: #E6E6E6. Windows color (decimal): -1645574 or 16442342. OLE color: 16442342.

HSL color Cylindrical-coordinate representation of color #E6E3FA: hue angle of 247.83º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E3FA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230227250-
CMYK0.080.0900.02
HSL247.83º69.7%93.53%-
HSV(B)247.83º9.2%98.04%-
XYZ77.3678.66101.55-
YUV230.52138.99127.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.53%
GREEN value IS 227 (89.06% from 255) = 32.11%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=32.53%
G=32.11%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302272500.080.0900.02247.8369.793.53
HexE6E3FA8902f8465e
Octal346343372101102370106136
Binary111001101110001111111010100010010101111100010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E3FA; }

 p { color: rgb(230,227,250); }

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

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

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

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

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

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

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