#E5DCFC

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

Shades of Lavender #E5DCFC

Tints of Lavender #E5DCFC

Color information

#E5DCFC (or 0xE5DCFC) is unknown color: approx Lavender. HEX triplet: E5, DC and FC. RGB value is (229,220,252). Sum of RGB (Red+Green+Blue) = 229+220+252=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFC is #1A2303. Grayscale: #E2E2E2. Windows color (decimal): -1712900 or 16571621. OLE color: 16571621.

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

Color convert

RGB229220252-
CMYK0.090.1300.01
HSL256.88º84.21%92.55%-
HSV(B)256.88º12.7%98.82%-
XYZ75.4874.87102.57-
YUV226.34142.48129.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.67%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=32.67%
G=31.38%
B=35.95%

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
Decimal2292202520.090.1300.01256.8884.2192.55
HexE5DCFC9D01101545d
Octal345334374111501401124135
Binary111001011101110011111100100111010110000000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCFC; }

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

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

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

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

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

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

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

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