#E5DCFF

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

Shades of Lavender #E5DCFF

Tints of Lavender #E5DCFF

Color information

#E5DCFF (or 0xE5DCFF) is unknown color: approx Lavender. HEX triplet: E5, DC and FF. RGB value is (229,220,255). Sum of RGB (Red+Green+Blue) = 229+220+255=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFF is #1A2300. Grayscale: #E2E2E2. Windows color (decimal): -1712897 or 16768229. OLE color: 16768229.

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

Color convert

RGB229220255-
CMYK0.100.1400
HSL255.43º100%93.14%-
HSV(B)255.43º13.73%100%-
XYZ75.9675.06105.09-
YUV226.68143.98129.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.53%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 255 (100% from 255) = 36.22%
R=32.53%
G=31.25%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292202550.100.1400255.4310093.14
HexE5DCFFAE00ff645d
Octal345334377121600377144135
Binary11100101110111001111111110101110001111111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCFF; }

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

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

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

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

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

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

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

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