#E5D9FE

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

Shades of Lavender #E5D9FE

Tints of Lavender #E5D9FE

Color information

#E5D9FE (or 0xE5D9FE) is unknown color: approx Lavender. HEX triplet: E5, D9 and FE. RGB value is (229,217,254). Sum of RGB (Red+Green+Blue) = 229+217+254=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9FE is #1A2601. Grayscale: #E0E0E0. Windows color (decimal): -1713666 or 16701925. OLE color: 16701925.

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

Color convert

RGB229217254-
CMYK0.100.1500.00
HSL259.46º94.87%92.35%-
HSV(B)259.46º14.57%99.61%-
XYZ75.0273.44103.99-
YUV224.81144.48130.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.71%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=32.71%
G=31%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292172540.100.1500.00259.4694.8792.35
HexE5D9FEAF001035f5c
Octal345331376121700403137134
Binary111001011101100111111110101011110010000001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9FE; }

 p { color: rgb(229,217,254); }

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

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

 a { background-color: rgb(229,217,254); }

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

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

 span { border-color: rgb(229,217,254); }

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