#E4D9FF

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

Shades of Lavender #E4D9FF

Tints of Lavender #E4D9FF

Color information

#E4D9FF (or 0xE4D9FF) is unknown color: approx Lavender. HEX triplet: E4, D9 and FF. RGB value is (228,217,255). Sum of RGB (Red+Green+Blue) = 228+217+255=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FF is #1B2600. Grayscale: #E0E0E0. Windows color (decimal): -1779201 or 16767460. OLE color: 16767460.

HSL color Cylindrical-coordinate representation of color #E4D9FF: hue angle of 257.37º 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 #E4D9FF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB228217255-
CMYK0.110.1500
HSL257.37º100%92.55%-
HSV(B)257.37º14.9%100%-
XYZ74.8673.34104.82-
YUV224.62145.14130.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.57%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 255 (100% from 255) = 36.43%
R=32.57%
G=31%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282172550.110.1500257.3710092.55
HexE4D9FFBF00101645d
Octal344331377131700401144135
Binary111001001101100111111111101111110010000000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D9FF; }

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

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

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

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

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

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

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

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