#E4DFF2

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

Shades of Lavender #E4DFF2

Tints of Lavender #E4DFF2

Color information

#E4DFF2 (or 0xE4DFF2) is unknown color: approx Lavender. HEX triplet: E4, DF and F2. RGB value is (228,223,242). Sum of RGB (Red+Green+Blue) = 228+223+242=693 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.90% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFF2 is #1B200D. Grayscale: #E2E2E2. Windows color (decimal): -1777678 or 15917028. OLE color: 15917028.

HSL color Cylindrical-coordinate representation of color #E4DFF2: hue angle of 255.79º 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 #E4DFF2 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228223242-
CMYK0.060.0800.05
HSL255.79º42.22%91.18%-
HSV(B)255.79º7.85%94.9%-
XYZ74.4175.6894.69-
YUV226.66136.66128.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.90%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 242 (94.92% from 255) = 34.92%
R=32.90%
G=32.18%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282232420.060.0800.05255.7942.2291.18
HexE4DFF268051002a5b
Octal3443373626100540052133
Binary111001001101111111110010110100001011000000001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFF2; }

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

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

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

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

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

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

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

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