#E0DCFD

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

Shades of Lavender #E0DCFD

Tints of Lavender #E0DCFD

Color information

#E0DCFD (or 0xE0DCFD) is unknown color: approx Lavender. HEX triplet: E0, DC and FD. RGB value is (224,220,253). Sum of RGB (Red+Green+Blue) = 224+220+253=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFD is #1F2302. Grayscale: #E0E0E0. Windows color (decimal): -2040579 or 16637152. OLE color: 16637152.

HSL color Cylindrical-coordinate representation of color #E0DCFD: hue angle of 247.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DCFD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224220253-
CMYK0.110.1300.01
HSL247.27º89.19%92.75%-
HSV(B)247.27º13.04%99.22%-
XYZ74.0674.13103.33-
YUV224.96143.83127.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=32.14%
G=31.56%
B=36.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242202530.110.1300.01247.2789.1992.75
HexE0DCFDBD01f7595d
Octal340334375131501367131135
Binary11100000110111001111110110111101011111011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCFD; }

 p { color: rgb(224,220,253); }

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

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

 a { background-color: rgb(224,220,253); }

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

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

 span { border-color: rgb(224,220,253); }

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