#E6E3FE

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

Shades of Lavender #E6E3FE

Tints of Lavender #E6E3FE

Color information

#E6E3FE (or 0xE6E3FE) is unknown color: approx Lavender. HEX triplet: E6, E3 and FE. RGB value is (230,227,254). Sum of RGB (Red+Green+Blue) = 230+227+254=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3FE is #191C01. Grayscale: #E6E6E6. Windows color (decimal): -1645570 or 16704486. OLE color: 16704486.

HSL color Cylindrical-coordinate representation of color #E6E3FE: hue angle of 246.67º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6E3FE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230227254-
CMYK0.090.1100.00
HSL246.67º93.1%94.31%-
HSV(B)246.67º10.63%99.61%-
XYZ77.9978.92104.89-
YUV230.98140.99127.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.35%
GREEN value IS 227 (89.06% from 255) = 31.93%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=32.35%
G=31.93%
B=35.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302272540.090.1100.00246.6793.194.31
HexE6E3FE9B00f75d5e
Octal346343376111300367135136
Binary11100110111000111111111010011011001111011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E3FE; }

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

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

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

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

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

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

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

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