#E5D9FD

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

Shades of Lavender #E5D9FD

Tints of Lavender #E5D9FD

Color information

#E5D9FD (or 0xE5D9FD) is unknown color: approx Lavender. HEX triplet: E5, D9 and FD. RGB value is (229,217,253). Sum of RGB (Red+Green+Blue) = 229+217+253=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9FD is #1A2602. Grayscale: #E0E0E0. Windows color (decimal): -1713667 or 16636389. OLE color: 16636389.

HSL color Cylindrical-coordinate representation of color #E5D9FD: hue angle of 260º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D9FD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229217253-
CMYK0.090.1400.01
HSL260º90%92.16%-
HSV(B)260º14.23%99.22%-
XYZ74.8673.38103.15-
YUV224.69143.98131.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.76%
GREEN value IS 217 (85.16% from 255) = 31.04%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=32.76%
G=31.04%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292172530.090.1400.012609092.16
HexE5D9FD9E011045a5c
Octal345331375111601404132134
Binary111001011101100111111101100111100110000010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9FD; }

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

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

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

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

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

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

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

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