#E2DFFE

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

Shades of Lavender #E2DFFE

Tints of Lavender #E2DFFE

Color information

#E2DFFE (or 0xE2DFFE) is unknown color: approx Lavender. HEX triplet: E2, DF and FE. RGB value is (226,223,254). Sum of RGB (Red+Green+Blue) = 226+223+254=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFE is #1D2001. Grayscale: #E3E3E3. Windows color (decimal): -1908738 or 16703458. OLE color: 16703458.

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

Color convert

RGB226223254-
CMYK0.110.1200.00
HSL245.81º93.94%93.53%-
HSV(B)245.81º12.2%99.61%-
XYZ75.6476.1104.47-
YUV227.43142.99126.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.15%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=32.15%
G=31.72%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262232540.110.1200.00245.8193.9493.53
HexE2DFFEBC00f65e5e
Octal342337376131400366136136
Binary11100010110111111111111010111100001111011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFFE; }

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

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

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

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

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

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

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

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