#E1DFF9

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

Shades of Lavender #E1DFF9

Tints of Lavender #E1DFF9

Color information

#E1DFF9 (or 0xE1DFF9) is unknown color: approx Lavender. HEX triplet: E1, DF and F9. RGB value is (225,223,249). Sum of RGB (Red+Green+Blue) = 225+223+249=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1DFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF9 is #1E2006. Grayscale: #E2E2E2. Windows color (decimal): -1974279 or 16375777. OLE color: 16375777.

HSL color Cylindrical-coordinate representation of color #E1DFF9: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DFF9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225223249-
CMYK0.100.1000.02
HSL244.62º68.42%92.55%-
HSV(B)244.62º10.44%97.65%-
XYZ74.5475.62100.29-
YUV226.56140.66126.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=32.28%
G=31.99%
B=35.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252232490.100.1000.02244.6268.4292.55
HexE1DFF9AA02f5445d
Octal341337371121202365104135
Binary111000011101111111111001101010100101111010110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFF9; }

 p { color: rgb(225,223,249); }

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

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

 a { background-color: rgb(225,223,249); }

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

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

 span { border-color: rgb(225,223,249); }

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