#E2DCFA

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

Shades of Lavender #E2DCFA

Tints of Lavender #E2DCFA

Color information

#E2DCFA (or 0xE2DCFA) is unknown color: approx Lavender. HEX triplet: E2, DC and FA. RGB value is (226,220,250). Sum of RGB (Red+Green+Blue) = 226+220+250=696 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.47% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFA is #1D2305. Grayscale: #E1E1E1. Windows color (decimal): -1909510 or 16440546. OLE color: 16440546.

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

Color convert

RGB226220250-
CMYK0.100.1200.02
HSL252º75%92.16%-
HSV(B)252º12%98.04%-
XYZ74.2174.26100.86-
YUV225.21141.99128.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.47%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=32.47%
G=31.61%
B=35.92%

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
Decimal2262202500.100.1200.022527592.16
HexE2DCFAAC02fc4b5c
Octal342334372121402374113134
Binary111000101101110011111010101011000101111110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCFA; }

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

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

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

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

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

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

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

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