#E6E1FE

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

Shades of Lavender #E6E1FE

Tints of Lavender #E6E1FE

Color information

#E6E1FE (or 0xE6E1FE) is unknown color: approx Lavender. HEX triplet: E6, E1 and FE. RGB value is (230,225,254). Sum of RGB (Red+Green+Blue) = 230+225+254=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1FE is #191E01. Grayscale: #E5E5E5. Windows color (decimal): -1646082 or 16703974. OLE color: 16703974.

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

Color convert

RGB230225254-
CMYK0.090.1100.00
HSL250.34º93.55%93.92%-
HSV(B)250.34º11.42%99.61%-
XYZ77.4577.83104.71-
YUV229.8141.66128.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.44%
GREEN value IS 225 (88.28% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=32.44%
G=31.73%
B=35.83%

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
Decimal2302252540.090.1100.00250.3493.5593.92
HexE6E1FE9B00fa5e5e
Octal346341376111300372136136
Binary11100110111000011111111010011011001111101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1FE; }

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

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

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

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

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

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

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

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