#E2DCFB

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

Shades of Lavender #E2DCFB

Tints of Lavender #E2DCFB

Color information

#E2DCFB (or 0xE2DCFB) is unknown color: approx Lavender. HEX triplet: E2, DC and FB. RGB value is (226,220,251). Sum of RGB (Red+Green+Blue) = 226+220+251=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFB is #1D2304. Grayscale: #E1E1E1. Windows color (decimal): -1909509 or 16506082. OLE color: 16506082.

HSL color Cylindrical-coordinate representation of color #E2DCFB: hue angle of 251.61º 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 #E2DCFB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226220251-
CMYK0.100.1200.02
HSL251.61º79.49%92.35%-
HSV(B)251.61º12.35%98.43%-
XYZ74.3774.32101.69-
YUV225.33142.49128.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.42%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=32.42%
G=31.56%
B=36.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262202510.100.1200.02251.6179.4992.35
HexE2DCFBAC02fc4f5c
Octal342334373121402374117134
Binary111000101101110011111011101011000101111110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCFB; }

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

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

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

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

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

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

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

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