#E4DCFB

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

Shades of Lavender #E4DCFB

Tints of Lavender #E4DCFB

Color information

#E4DCFB (or 0xE4DCFB) is unknown color: approx Lavender. HEX triplet: E4, DC and FB. RGB value is (228,220,251). Sum of RGB (Red+Green+Blue) = 228+220+251=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFB is #1B2304. Grayscale: #E1E1E1. Windows color (decimal): -1778437 or 16506084. OLE color: 16506084.

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

Color convert

RGB228220251-
CMYK0.090.1200.02
HSL255.48º79.49%92.35%-
HSV(B)255.48º12.35%98.43%-
XYZ7574.65101.72-
YUV225.93142.15129.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=32.62%
G=31.47%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282202510.090.1200.02255.4879.4992.35
HexE4DCFB9C02ff4f5c
Octal344334373111402377117134
Binary111001001101110011111011100111000101111111110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCFB; }

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

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

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

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

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

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

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

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