#E4D9FE

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

Shades of Lavender #E4D9FE

Tints of Lavender #E4D9FE

Color information

#E4D9FE (or 0xE4D9FE) is unknown color: approx Lavender. HEX triplet: E4, D9 and FE. RGB value is (228,217,254). Sum of RGB (Red+Green+Blue) = 228+217+254=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FE is #1B2601. Grayscale: #E0E0E0. Windows color (decimal): -1779202 or 16701924. OLE color: 16701924.

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

Color convert

RGB228217254-
CMYK0.100.1500.00
HSL257.84º94.87%92.35%-
HSV(B)257.84º14.57%99.61%-
XYZ74.773.28103.97-
YUV224.51144.64130.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.62%
GREEN value IS 217 (85.16% from 255) = 31.04%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=32.62%
G=31.04%
B=36.34%

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
Decimal2282172540.100.1500.00257.8494.8792.35
HexE4D9FEAF001025f5c
Octal344331376121700402137134
Binary111001001101100111111110101011110010000001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D9FE; }

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

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

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

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

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

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

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

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