#E6E1FC

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

Shades of Lavender #E6E1FC

Tints of Lavender #E6E1FC

Color information

#E6E1FC (or 0xE6E1FC) is unknown color: approx Lavender. HEX triplet: E6, E1 and FC. RGB value is (230,225,252). Sum of RGB (Red+Green+Blue) = 230+225+252=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1FC is #191E03. Grayscale: #E5E5E5. Windows color (decimal): -1646084 or 16572902. OLE color: 16572902.

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

Color convert

RGB230225252-
CMYK0.090.1100.01
HSL251.11º81.82%93.53%-
HSV(B)251.11º10.71%98.82%-
XYZ77.1377.7103.03-
YUV229.57140.66128.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.53%
GREEN value IS 225 (88.28% from 255) = 31.82%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=32.53%
G=31.82%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302252520.090.1100.01251.1181.8293.53
HexE6E1FC9B01fb525e
Octal346341374111301373122136
Binary11100110111000011111110010011011011111101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1FC; }

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

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

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

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

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

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

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

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