#E4DAFB

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

Shades of Lavender #E4DAFB

Tints of Lavender #E4DAFB

Color information

#E4DAFB (or 0xE4DAFB) is unknown color: approx Lavender. HEX triplet: E4, DA and FB. RGB value is (228,218,251). Sum of RGB (Red+Green+Blue) = 228+218+251=697 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.71% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFB is #1B2504. Grayscale: #E0E0E0. Windows color (decimal): -1778949 or 16505572. OLE color: 16505572.

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

Color convert

RGB228218251-
CMYK0.090.1300.02
HSL258.18º80.49%91.96%-
HSV(B)258.18º13.15%98.43%-
XYZ74.4873.6101.55-
YUV224.75142.81130.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.71%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=32.71%
G=31.28%
B=36.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282182510.090.1300.02258.1880.4991.96
HexE4DAFB9D02102505c
Octal344332373111502402120134
Binary1110010011011010111110111001110101010000001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAFB; }

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

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

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

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

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

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

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

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