#E5DFF7

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

Shades of Lavender #E5DFF7

Tints of Lavender #E5DFF7

Color information

#E5DFF7 (or 0xE5DFF7) is unknown color: approx Lavender. HEX triplet: E5, DF and F7. RGB value is (229,223,247). Sum of RGB (Red+Green+Blue) = 229+223+247=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFF7 is #1A2008. Grayscale: #E3E3E3. Windows color (decimal): -1712137 or 16244709. OLE color: 16244709.

HSL color Cylindrical-coordinate representation of color #E5DFF7: hue angle of 255º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DFF7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229223247-
CMYK0.070.1000.03
HSL255º60%92.16%-
HSV(B)255º9.72%96.86%-
XYZ75.4976.1598.72-
YUV227.53138.99129.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.76%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 247 (96.88% from 255) = 35.34%
R=32.76%
G=31.90%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2292232470.070.1000.032556092.16
HexE5DFF77A03ff3c5c
Octal3453373677120337774134
Binary1110010111011111111101111111010011111111111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFF7; }

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

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

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

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

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

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

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

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