#E0DFFA

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

Shades of Lavender #E0DFFA

Tints of Lavender #E0DFFA

Color information

#E0DFFA (or 0xE0DFFA) is unknown color: approx Lavender. HEX triplet: E0, DF and FA. RGB value is (224,223,250). Sum of RGB (Red+Green+Blue) = 224+223+250=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFA is #1F2005. Grayscale: #E2E2E2. Windows color (decimal): -2039814 or 16441312. OLE color: 16441312.

HSL color Cylindrical-coordinate representation of color #E0DFFA: hue angle of 242.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DFFA is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224223250-
CMYK0.100.1100.02
HSL242.22º72.97%92.75%-
HSV(B)242.22º10.8%98.04%-
XYZ74.3875.52101.1-
YUV226.38141.33126.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=32.14%
G=31.99%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242232500.100.1100.02242.2272.9792.75
HexE0DFFAAB02f2495d
Octal340337372121302362111135
Binary111000001101111111111010101010110101111001010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFFA; }

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

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

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

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

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

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

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

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