#E3DCFE

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

Shades of Lavender #E3DCFE

Tints of Lavender #E3DCFE

Color information

#E3DCFE (or 0xE3DCFE) is unknown color: approx Lavender. HEX triplet: E3, DC and FE. RGB value is (227,220,254). Sum of RGB (Red+Green+Blue) = 227+220+254=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFE is #1C2301. Grayscale: #E1E1E1. Windows color (decimal): -1843970 or 16702691. OLE color: 16702691.

HSL color Cylindrical-coordinate representation of color #E3DCFE: hue angle of 252.35º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DCFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227220254-
CMYK0.110.1300.00
HSL252.35º94.44%92.94%-
HSV(B)252.35º13.39%99.61%-
XYZ75.1674.67104.22-
YUV225.97143.82128.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.38%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=32.38%
G=31.38%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2272202540.110.1300.00252.3594.4492.94
HexE3DCFEBD00fc5e5d
Octal343334376131500374136135
Binary11100011110111001111111010111101001111110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCFE; }

 p { color: rgb(227,220,254); }

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

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

 a { background-color: rgb(227,220,254); }

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

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

 span { border-color: rgb(227,220,254); }

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