#E0DFFF

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

Shades of Lavender #E0DFFF

Tints of Lavender #E0DFFF

Color information

#E0DFFF (or 0xE0DFFF) is unknown color: approx Lavender. HEX triplet: E0, DF and FF. RGB value is (224,223,255). Sum of RGB (Red+Green+Blue) = 224+223+255=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFF is #1F2000. Grayscale: #E2E2E2. Windows color (decimal): -2039809 or 16768992. OLE color: 16768992.

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

Color convert

RGB224223255-
CMYK0.120.1300
HSL241.88º100%93.73%-
HSV(B)241.88º12.55%100%-
XYZ75.1875.84105.28-
YUV226.95143.83125.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.91%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 255 (100% from 255) = 36.32%
R=31.91%
G=31.77%
B=36.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242232550.120.1300241.8810093.73
HexE0DFFFCD00f2645e
Octal340337377141500362144136
Binary11100000110111111111111111001101001111001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFFF; }

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

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

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

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

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

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

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

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