#E5DFF2

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

Shades of Lavender #E5DFF2

Tints of Lavender #E5DFF2

Color information

#E5DFF2 (or 0xE5DFF2) is unknown color: approx Lavender. HEX triplet: E5, DF and F2. RGB value is (229,223,242). Sum of RGB (Red+Green+Blue) = 229+223+242=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFF2 is #1A200D. Grayscale: #E2E2E2. Windows color (decimal): -1712142 or 15917029. OLE color: 15917029.

HSL color Cylindrical-coordinate representation of color #E5DFF2: hue angle of 258.95º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DFF2 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229223242-
CMYK0.050.0800.05
HSL258.95º42.22%91.18%-
HSV(B)258.95º7.85%94.9%-
XYZ74.7375.8494.71-
YUV226.96136.49129.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.00%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=33.00%
G=32.13%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292232420.050.0800.05258.9542.2291.18
HexE5DFF258051032a5b
Octal3453373625100540352133
Binary111001011101111111110010101100001011000000111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFF2; }

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

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

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

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

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

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

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

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