#E3DAFE

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

Shades of Lavender #E3DAFE

Tints of Lavender #E3DAFE

Color information

#E3DAFE (or 0xE3DAFE) is unknown color: approx Lavender. HEX triplet: E3, DA and FE. RGB value is (227,218,254). Sum of RGB (Red+Green+Blue) = 227+218+254=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFE is #1C2501. Grayscale: #E0E0E0. Windows color (decimal): -1844482 or 16702179. OLE color: 16702179.

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

Color convert

RGB227218254-
CMYK0.110.1400.00
HSL255º94.74%92.55%-
HSV(B)255º14.17%99.61%-
XYZ74.6473.63104.04-
YUV224.8144.48129.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.47%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=32.47%
G=31.19%
B=36.34%

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
Decimal2272182540.110.1400.0025594.7492.55
HexE3DAFEBE00ff5f5d
Octal343332376131600377137135
Binary11100011110110101111111010111110001111111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAFE; }

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

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

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

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

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

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

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

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