#E4DEFF

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

Shades of Lavender #E4DEFF

Tints of Lavender #E4DEFF

Color information

#E4DEFF (or 0xE4DEFF) is unknown color: approx Lavender. HEX triplet: E4, DE and FF. RGB value is (228,222,255). Sum of RGB (Red+Green+Blue) = 228+222+255=705 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.34% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFF is #1B2100. Grayscale: #E3E3E3. Windows color (decimal): -1777921 or 16768740. OLE color: 16768740.

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

Color convert

RGB228222255-
CMYK0.110.1300
HSL250.91º100%93.53%-
HSV(B)250.91º12.94%100%-
XYZ76.1775.96105.25-
YUV227.56143.49128.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.34%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 255 (100% from 255) = 36.17%
R=32.34%
G=31.49%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282222550.110.1300250.9110093.53
HexE4DEFFBD00fb645e
Octal344336377131500373144136
Binary11100100110111101111111110111101001111101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEFF; }

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

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

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

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

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

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

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

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