#E4DFFB

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

Shades of Lavender #E4DFFB

Tints of Lavender #E4DFFB

Color information

#E4DFFB (or 0xE4DFFB) is unknown color: approx Lavender. HEX triplet: E4, DF and FB. RGB value is (228,223,251). Sum of RGB (Red+Green+Blue) = 228+223+251=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFB is #1B2004. Grayscale: #E3E3E3. Windows color (decimal): -1777669 or 16506852. OLE color: 16506852.

HSL color Cylindrical-coordinate representation of color #E4DFFB: hue angle of 250.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DFFB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228223251-
CMYK0.090.1100.02
HSL250.71º77.78%92.94%-
HSV(B)250.71º11.16%98.43%-
XYZ75.876.23101.99-
YUV227.69141.16128.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.48%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=32.48%
G=31.77%
B=35.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282232510.090.1100.02250.7177.7892.94
HexE4DFFB9B02fb4e5d
Octal344337373111302373116135
Binary111001001101111111111011100110110101111101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFFB; }

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

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

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

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

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

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

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

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