#E0DFFE

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

Shades of Lavender #E0DFFE

Tints of Lavender #E0DFFE

Color information

#E0DFFE (or 0xE0DFFE) is unknown color: approx Lavender. HEX triplet: E0, DF and FE. RGB value is (224,223,254). Sum of RGB (Red+Green+Blue) = 224+223+254=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 223 (87.5% from 255 or 31.81% 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 #E0DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFE is #1F2001. Grayscale: #E2E2E2. Windows color (decimal): -2039810 or 16703456. OLE color: 16703456.

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

Color convert

RGB224223254-
CMYK0.120.1200.00
HSL241.94º93.94%93.53%-
HSV(B)241.94º12.2%99.61%-
XYZ75.0275.78104.44-
YUV226.83143.33125.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.95%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=31.95%
G=31.81%
B=36.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242232540.120.1200.00241.9493.9493.53
HexE0DFFECC00f25e5e
Octal340337376141400362136136
Binary11100000110111111111111011001100001111001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFFE; }

 p { color: rgb(224,223,254); }

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

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

 a { background-color: rgb(224,223,254); }

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

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

 span { border-color: rgb(224,223,254); }

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