#E0DDFE

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

Shades of Lavender #E0DDFE

Tints of Lavender #E0DDFE

Color information

#E0DDFE (or 0xE0DDFE) is unknown color: approx Lavender. HEX triplet: E0, DD and FE. RGB value is (224,221,254). Sum of RGB (Red+Green+Blue) = 224+221+254=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDFE is #1F2201. Grayscale: #E1E1E1. Windows color (decimal): -2040322 or 16702944. OLE color: 16702944.

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

Color convert

RGB224221254-
CMYK0.120.1300.00
HSL245.45º94.29%93.14%-
HSV(B)245.45º12.99%99.61%-
XYZ74.4974.72104.26-
YUV225.66143.99126.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.05%
GREEN value IS 221 (86.72% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=32.05%
G=31.62%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242212540.120.1300.00245.4594.2993.14
HexE0DDFECD00f55e5d
Octal340335376141500365136135
Binary11100000110111011111111011001101001111010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDFE; }

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

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

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

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

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

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

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

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