#E4D9FD

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

Shades of Lavender #E4D9FD

Tints of Lavender #E4D9FD

Color information

#E4D9FD (or 0xE4D9FD) is unknown color: approx Lavender. HEX triplet: E4, D9 and FD. RGB value is (228,217,253). Sum of RGB (Red+Green+Blue) = 228+217+253=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FD is #1B2602. Grayscale: #E0E0E0. Windows color (decimal): -1779203 or 16636388. OLE color: 16636388.

HSL color Cylindrical-coordinate representation of color #E4D9FD: hue angle of 258.33º 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 #E4D9FD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228217253-
CMYK0.100.1400.01
HSL258.33º90%92.16%-
HSV(B)258.33º14.23%99.22%-
XYZ74.5473.21103.13-
YUV224.39144.14130.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.66%
GREEN value IS 217 (85.16% from 255) = 31.09%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=32.66%
G=31.09%
B=36.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282172530.100.1400.01258.339092.16
HexE4D9FDAE011025a5c
Octal344331375121601402132134
Binary111001001101100111111101101011100110000001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D9FD; }

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

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

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

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

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

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

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

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