#E1DAFF

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

Shades of Lavender #E1DAFF

Tints of Lavender #E1DAFF

Color information

#E1DAFF (or 0xE1DAFF) is unknown color: approx Lavender. HEX triplet: E1, DA and FF. RGB value is (225,218,255). Sum of RGB (Red+Green+Blue) = 225+218+255=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAFF is #1E2500. Grayscale: #E0E0E0. Windows color (decimal): -1975553 or 16767713. OLE color: 16767713.

HSL color Cylindrical-coordinate representation of color #E1DAFF: hue angle of 251.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1DAFF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225218255-
CMYK0.120.1500
HSL251.35º100%92.75%-
HSV(B)251.35º14.51%100%-
XYZ74.1773.37104.86-
YUV224.31145.32128.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 255 (100% from 255) = 36.53%
R=32.23%
G=31.23%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252182550.120.1500251.3510092.75
HexE1DAFFCF00fb645d
Octal341332377141700373144135
Binary11100001110110101111111111001111001111101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAFF; }

 p { color: rgb(225,218,255); }

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

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

 a { background-color: rgb(225,218,255); }

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

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

 span { border-color: rgb(225,218,255); }

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