#E4DAFF

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

Shades of Lavender #E4DAFF

Tints of Lavender #E4DAFF

Color information

#E4DAFF (or 0xE4DAFF) is unknown color: approx Lavender. HEX triplet: E4, DA and FF. RGB value is (228,218,255). Sum of RGB (Red+Green+Blue) = 228+218+255=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFF is #1B2500. Grayscale: #E1E1E1. Windows color (decimal): -1778945 or 16767716. OLE color: 16767716.

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

Color convert

RGB228218255-
CMYK0.110.1500
HSL256.22º100%92.75%-
HSV(B)256.22º14.51%100%-
XYZ75.1273.86104.9-
YUV225.21144.81129.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 255 (100% from 255) = 36.38%
R=32.52%
G=31.10%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282182550.110.1500256.2210092.75
HexE4DAFFBF00100645d
Octal344332377131700400144135
Binary111001001101101011111111101111110010000000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAFF; }

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

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

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

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

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

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

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

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