#E5DCFD

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

Shades of Lavender #E5DCFD

Tints of Lavender #E5DCFD

Color information

#E5DCFD (or 0xE5DCFD) is unknown color: approx Lavender. HEX triplet: E5, DC and FD. RGB value is (229,220,253). Sum of RGB (Red+Green+Blue) = 229+220+253=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFD is #1A2302. Grayscale: #E2E2E2. Windows color (decimal): -1712899 or 16637157. OLE color: 16637157.

HSL color Cylindrical-coordinate representation of color #E5DCFD: hue angle of 256.36º 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 #E5DCFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229220253-
CMYK0.090.1300.01
HSL256.36º89.19%92.75%-
HSV(B)256.36º13.04%99.22%-
XYZ75.6474.94103.41-
YUV226.45142.98129.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=32.62%
G=31.34%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292202530.090.1300.01256.3689.1992.75
HexE5DCFD9D01100595d
Octal345334375111501400131135
Binary111001011101110011111101100111010110000000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCFD; }

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

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

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

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

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

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

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

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