#E1DDFA

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

Shades of Lavender #E1DDFA

Tints of Lavender #E1DDFA

Color information

#E1DDFA (or 0xE1DDFA) is unknown color: approx Lavender. HEX triplet: E1, DD and FA. RGB value is (225,221,250). Sum of RGB (Red+Green+Blue) = 225+221+250=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFA is #1E2205. Grayscale: #E1E1E1. Windows color (decimal): -1974790 or 16440801. OLE color: 16440801.

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

Color convert

RGB225221250-
CMYK0.100.1200.02
HSL248.28º74.36%92.35%-
HSV(B)248.28º11.6%98.04%-
XYZ74.1674.62100.94-
YUV225.5141.83127.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.33%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=32.33%
G=31.75%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252212500.100.1200.02248.2874.3692.35
HexE1DDFAAC02f84a5c
Octal341335372121402370112134
Binary111000011101110111111010101011000101111100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDFA; }

 p { color: rgb(225,221,250); }

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

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

 a { background-color: rgb(225,221,250); }

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

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

 span { border-color: rgb(225,221,250); }

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