#E3DEFD

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

Shades of Lavender #E3DEFD

Tints of Lavender #E3DEFD

Color information

#E3DEFD (or 0xE3DEFD) is unknown color: approx Lavender. HEX triplet: E3, DE and FD. RGB value is (227,222,253). Sum of RGB (Red+Green+Blue) = 227+222+253=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFD is #1C2102. Grayscale: #E2E2E2. Windows color (decimal): -1843459 or 16637667. OLE color: 16637667.

HSL color Cylindrical-coordinate representation of color #E3DEFD: hue angle of 249.68º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DEFD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227222253-
CMYK0.100.1200.01
HSL249.68º88.57%93.14%-
HSV(B)249.68º12.25%99.22%-
XYZ75.5375.67103.55-
YUV227.03142.66127.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.34%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=32.34%
G=31.62%
B=36.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272222530.100.1200.01249.6888.5793.14
HexE3DEFDAC01fa595d
Octal343336375121401372131135
Binary11100011110111101111110110101100011111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DEFD; }

 p { color: rgb(227,222,253); }

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

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

 a { background-color: rgb(227,222,253); }

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

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

 span { border-color: rgb(227,222,253); }

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