#E6E4F1

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

Shades of Lavender #E6E4F1

Tints of Lavender #E6E4F1

Color information

#E6E4F1 (or 0xE6E4F1) is unknown color: approx Lavender. HEX triplet: E6, E4 and F1. RGB value is (230,228,241). Sum of RGB (Red+Green+Blue) = 230+228+241=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6E4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4F1 is #191B0E. Grayscale: #E6E6E6. Windows color (decimal): -1645327 or 15852774. OLE color: 15852774.

HSL color Cylindrical-coordinate representation of color #E6E4F1: hue angle of 249.23º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E4F1 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230228241-
CMYK0.050.0500.05
HSL249.23º31.71%91.96%-
HSV(B)249.23º5.39%94.51%-
XYZ76.2578.6694.38-
YUV230.08134.16127.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=32.90%
G=32.62%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302282410.050.0500.05249.2331.7191.96
HexE6E4F15505f9205c
Octal346344361550537140134
Binary1110011011100100111100011011010101111110011000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E4F1; }

 p { color: rgb(230,228,241); }

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

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

 a { background-color: rgb(230,228,241); }

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

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

 span { border-color: rgb(230,228,241); }

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