#E4DFF1

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

Shades of Lavender #E4DFF1

Tints of Lavender #E4DFF1

Color information

#E4DFF1 (or 0xE4DFF1) is unknown color: approx Lavender. HEX triplet: E4, DF and F1. RGB value is (228,223,241). Sum of RGB (Red+Green+Blue) = 228+223+241=692 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.95% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFF1 is #1B200E. Grayscale: #E2E2E2. Windows color (decimal): -1777679 or 15851492. OLE color: 15851492.

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

Color convert

RGB228223241-
CMYK0.050.0700.05
HSL256.67º39.13%90.98%-
HSV(B)256.67º7.47%94.51%-
XYZ74.2675.6293.9-
YUV226.55136.16129.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.95%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=32.95%
G=32.23%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282232410.050.0700.05256.6739.1390.98
HexE4DFF15705101275b
Octal344337361570540147133
Binary11100100110111111111000110111101011000000011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFF1; }

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

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

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

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

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

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

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

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