#E5DCFA

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

Shades of Lavender #E5DCFA

Tints of Lavender #E5DCFA

Color information

#E5DCFA (or 0xE5DCFA) is unknown color: approx Lavender. HEX triplet: E5, DC and FA. RGB value is (229,220,250). Sum of RGB (Red+Green+Blue) = 229+220+250=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFA is #1A2305. Grayscale: #E2E2E2. Windows color (decimal): -1712902 or 16440549. OLE color: 16440549.

HSL color Cylindrical-coordinate representation of color #E5DCFA: hue angle of 258º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DCFA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229220250-
CMYK0.080.1200.02
HSL258º75%92.16%-
HSV(B)258º12%98.04%-
XYZ75.1674.75100.91-
YUV226.11141.48130.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.76%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=32.76%
G=31.47%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292202500.080.1200.022587592.16
HexE5DCFA8C021024b5c
Octal345334372101402402113134
Binary1110010111011100111110101000110001010000001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCFA; }

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

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

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

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

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

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

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

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