#E4DFFF

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

Shades of Lavender #E4DFFF

Tints of Lavender #E4DFFF

Color information

#E4DFFF (or 0xE4DFFF) is unknown color: approx Lavender. HEX triplet: E4, DF and FF. RGB value is (228,223,255). Sum of RGB (Red+Green+Blue) = 228+223+255=706 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.29% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFF is #1B2000. Grayscale: #E4E4E4. Windows color (decimal): -1777665 or 16768996. OLE color: 16768996.

HSL color Cylindrical-coordinate representation of color #E4DFFF: hue angle of 249.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DFFF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB228223255-
CMYK0.110.1300
HSL249.38º100%93.73%-
HSV(B)249.38º12.55%100%-
XYZ76.4376.49105.34-
YUV228.14143.16127.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.29%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 255 (100% from 255) = 36.12%
R=32.29%
G=31.59%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282232550.110.1300249.3810093.73
HexE4DFFFBD00f9645e
Octal344337377131500371144136
Binary11100100110111111111111110111101001111100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFFF; }

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

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

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

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

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

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

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

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