#E1DEFC

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

Shades of Lavender #E1DEFC

Tints of Lavender #E1DEFC

Color information

#E1DEFC (or 0xE1DEFC) is unknown color: approx Lavender. HEX triplet: E1, DE and FC. RGB value is (225,222,252). Sum of RGB (Red+Green+Blue) = 225+222+252=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFC is #1E2103. Grayscale: #E2E2E2. Windows color (decimal): -1974532 or 16572129. OLE color: 16572129.

HSL color Cylindrical-coordinate representation of color #E1DEFC: hue angle of 246º degrees, saturation: 0.83, 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 #E1DEFC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225222252-
CMYK0.110.1200.01
HSL246º83.33%92.94%-
HSV(B)246º11.9%98.82%-
XYZ74.7475.28102.69-
YUV226.32142.49127.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=32.19%
G=31.76%
B=36.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252222520.110.1200.0124683.3392.94
HexE1DEFCBC01f6535d
Octal341336374131401366123135
Binary11100001110111101111110010111100011111011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFC; }

 p { color: rgb(225,222,252); }

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

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

 a { background-color: rgb(225,222,252); }

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

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

 span { border-color: rgb(225,222,252); }

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