#E4DFFE

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

Shades of Lavender #E4DFFE

Tints of Lavender #E4DFFE

Color information

#E4DFFE (or 0xE4DFFE) is unknown color: approx Lavender. HEX triplet: E4, DF and FE. RGB value is (228,223,254). Sum of RGB (Red+Green+Blue) = 228+223+254=705 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.34% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFE is #1B2001. Grayscale: #E3E3E3. Windows color (decimal): -1777666 or 16703460. OLE color: 16703460.

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

Color convert

RGB228223254-
CMYK0.100.1200.00
HSL249.68º93.94%93.53%-
HSV(B)249.68º12.2%99.61%-
XYZ76.2776.43104.5-
YUV228.03142.66127.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.34%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=32.34%
G=31.63%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282232540.100.1200.00249.6893.9493.53
HexE4DFFEAC00fa5e5e
Octal344337376121400372136136
Binary11100100110111111111111010101100001111101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFFE; }

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

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

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

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

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

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

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

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