#E4DCFD

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

Shades of Lavender #E4DCFD

Tints of Lavender #E4DCFD

Color information

#E4DCFD (or 0xE4DCFD) is unknown color: approx Lavender. HEX triplet: E4, DC and FD. RGB value is (228,220,253). Sum of RGB (Red+Green+Blue) = 228+220+253=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFD is #1B2302. Grayscale: #E2E2E2. Windows color (decimal): -1778435 or 16637156. OLE color: 16637156.

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

Color convert

RGB228220253-
CMYK0.100.1300.01
HSL254.55º89.19%92.75%-
HSV(B)254.55º13.04%99.22%-
XYZ75.3274.77103.39-
YUV226.15143.15129.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=32.52%
G=31.38%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282202530.100.1300.01254.5589.1992.75
HexE4DCFDAD01ff595d
Octal344334375121501377131135
Binary11100100110111001111110110101101011111111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCFD; }

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

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

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

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

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

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

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

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