#E6E3FC

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

Shades of Lavender #E6E3FC

Tints of Lavender #E6E3FC

Color information

#E6E3FC (or 0xE6E3FC) is unknown color: approx Lavender. HEX triplet: E6, E3 and FC. RGB value is (230,227,252). Sum of RGB (Red+Green+Blue) = 230+227+252=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6E3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3FC is #191C03. Grayscale: #E6E6E6. Windows color (decimal): -1645572 or 16573414. OLE color: 16573414.

HSL color Cylindrical-coordinate representation of color #E6E3FC: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E3FC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230227252-
CMYK0.090.1000.01
HSL247.2º80.65%93.92%-
HSV(B)247.2º9.92%98.82%-
XYZ77.6778.79103.21-
YUV230.75139.99127.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.44%
GREEN value IS 227 (89.06% from 255) = 32.02%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=32.44%
G=32.02%
B=35.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302272520.090.1000.01247.280.6593.92
HexE6E3FC9A01f7515e
Octal346343374111201367121136
Binary11100110111000111111110010011010011111011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E3FC; }

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

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

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

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

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

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

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

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