#E5DFFE

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

Shades of Lavender #E5DFFE

Tints of Lavender #E5DFFE

Color information

#E5DFFE (or 0xE5DFFE) is unknown color: approx Lavender. HEX triplet: E5, DF and FE. RGB value is (229,223,254). Sum of RGB (Red+Green+Blue) = 229+223+254=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFE is #1A2001. Grayscale: #E4E4E4. Windows color (decimal): -1712130 or 16703461. OLE color: 16703461.

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

Color convert

RGB229223254-
CMYK0.100.1200.00
HSL251.61º93.94%93.53%-
HSV(B)251.61º12.2%99.61%-
XYZ76.5976.59104.51-
YUV228.33142.49128.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.44%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=32.44%
G=31.59%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292232540.100.1200.00251.6193.9493.53
HexE5DFFEAC00fc5e5e
Octal345337376121400374136136
Binary11100101110111111111111010101100001111110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFFE; }

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

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

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

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

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

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

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

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