#E2DFFD

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

Shades of Lavender #E2DFFD

Tints of Lavender #E2DFFD

Color information

#E2DFFD (or 0xE2DFFD) is unknown color: approx Lavender. HEX triplet: E2, DF and FD. RGB value is (226,223,253). Sum of RGB (Red+Green+Blue) = 226+223+253=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFD is #1D2002. Grayscale: #E3E3E3. Windows color (decimal): -1908739 or 16637922. OLE color: 16637922.

HSL color Cylindrical-coordinate representation of color #E2DFFD: hue angle of 246º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226223253-
CMYK0.110.1200.01
HSL246º88.24%93.33%-
HSV(B)246º11.86%99.22%-
XYZ75.4876.04103.63-
YUV227.32142.49127.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.19%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=32.19%
G=31.77%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262232530.110.1200.0124688.2493.33
HexE2DFFDBC01f6585d
Octal342337375131401366130135
Binary11100010110111111111110110111100011111011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFFD; }

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

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

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

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

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

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

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

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