#E2DAFE

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

Shades of Lavender #E2DAFE

Tints of Lavender #E2DAFE

Color information

#E2DAFE (or 0xE2DAFE) is unknown color: approx Lavender. HEX triplet: E2, DA and FE. RGB value is (226,218,254). Sum of RGB (Red+Green+Blue) = 226+218+254=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFE is #1D2501. Grayscale: #E0E0E0. Windows color (decimal): -1910018 or 16702178. OLE color: 16702178.

HSL color Cylindrical-coordinate representation of color #E2DAFE: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2DAFE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226218254-
CMYK0.110.1400.00
HSL253.33º94.74%92.55%-
HSV(B)253.33º14.17%99.61%-
XYZ74.3273.47104.03-
YUV224.5144.65129.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.38%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=32.38%
G=31.23%
B=36.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262182540.110.1400.00253.3394.7492.55
HexE2DAFEBE00fd5f5d
Octal342332376131600375137135
Binary11100010110110101111111010111110001111110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAFE; }

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

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

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

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

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

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

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

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