#E5DAFE

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

Shades of Lavender #E5DAFE

Tints of Lavender #E5DAFE

Color information

#E5DAFE (or 0xE5DAFE) is unknown color: approx Lavender. HEX triplet: E5, DA and FE. RGB value is (229,218,254). Sum of RGB (Red+Green+Blue) = 229+218+254=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFE is #1A2501. Grayscale: #E1E1E1. Windows color (decimal): -1713410 or 16702181. OLE color: 16702181.

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

Color convert

RGB229218254-
CMYK0.100.1400.00
HSL258.33º94.74%92.55%-
HSV(B)258.33º14.17%99.61%-
XYZ75.2773.96104.07-
YUV225.39144.14130.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.67%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=32.67%
G=31.10%
B=36.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292182540.100.1400.00258.3394.7492.55
HexE5DAFEAE001025f5d
Octal345332376121600402137135
Binary111001011101101011111110101011100010000001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAFE; }

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

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

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

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

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

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

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

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