#E2DFFA

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

Shades of Lavender #E2DFFA

Tints of Lavender #E2DFFA

Color information

#E2DFFA (or 0xE2DFFA) is unknown color: approx Lavender. HEX triplet: E2, DF and FA. RGB value is (226,223,250). Sum of RGB (Red+Green+Blue) = 226+223+250=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFA is #1D2005. Grayscale: #E2E2E2. Windows color (decimal): -1908742 or 16441314. OLE color: 16441314.

HSL color Cylindrical-coordinate representation of color #E2DFFA: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DFFA is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226223250-
CMYK0.100.1100.02
HSL246.67º72.97%92.75%-
HSV(B)246.67º10.8%98.04%-
XYZ75.0175.85101.13-
YUV226.97140.99127.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.33%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=32.33%
G=31.90%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262232500.100.1100.02246.6772.9792.75
HexE2DFFAAB02f7495d
Octal342337372121302367111135
Binary111000101101111111111010101010110101111011110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFFA; }

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

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

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

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

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

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

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

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