#E4DAF9

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

Shades of Lavender #E4DAF9

Tints of Lavender #E4DAF9

Color information

#E4DAF9 (or 0xE4DAF9) is unknown color: approx Lavender. HEX triplet: E4, DA and F9. RGB value is (228,218,249). Sum of RGB (Red+Green+Blue) = 228+218+249=695 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.81% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAF9 is #1B2506. Grayscale: #E0E0E0. Windows color (decimal): -1778951 or 16374500. OLE color: 16374500.

HSL color Cylindrical-coordinate representation of color #E4DAF9: hue angle of 259.35º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4DAF9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228218249-
CMYK0.080.1200.02
HSL259.35º72.09%91.57%-
HSV(B)259.35º12.45%97.65%-
XYZ74.1773.4899.9-
YUV224.52141.81130.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.81%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 249 (97.66% from 255) = 35.83%
R=32.81%
G=31.37%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282182490.080.1200.02259.3572.0991.57
HexE4DAF98C02103485c
Octal344332371101402403110134
Binary1110010011011010111110011000110001010000001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAF9; }

 p { color: rgb(228,218,249); }

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

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

 a { background-color: rgb(228,218,249); }

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

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

 span { border-color: rgb(228,218,249); }

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