#E5DAFF

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

Shades of Lavender #E5DAFF

Tints of Lavender #E5DAFF

Color information

#E5DAFF (or 0xE5DAFF) is unknown color: approx Lavender. HEX triplet: E5, DA and FF. RGB value is (229,218,255). Sum of RGB (Red+Green+Blue) = 229+218+255=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFF is #1A2500. Grayscale: #E1E1E1. Windows color (decimal): -1713409 or 16767717. OLE color: 16767717.

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

Color convert

RGB229218255-
CMYK0.100.1500
HSL257.84º100%92.75%-
HSV(B)257.84º14.51%100%-
XYZ75.4374.02104.92-
YUV225.51144.64130.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.62%
G=31.05%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292182550.100.1500257.8410092.75
HexE5DAFFAF00102645d
Octal345332377121700402144135
Binary111001011101101011111111101011110010000001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAFF; }

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

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

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

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

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

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

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

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