#E4DCFA

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

Shades of Lavender #E4DCFA

Tints of Lavender #E4DCFA

Color information

#E4DCFA (or 0xE4DCFA) is unknown color: approx Lavender. HEX triplet: E4, DC and FA. RGB value is (228,220,250). Sum of RGB (Red+Green+Blue) = 228+220+250=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFA is #1B2305. Grayscale: #E1E1E1. Windows color (decimal): -1778438 or 16440548. OLE color: 16440548.

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

Color convert

RGB228220250-
CMYK0.090.1200.02
HSL256º75%92.16%-
HSV(B)256º12%98.04%-
XYZ74.8474.58100.89-
YUV225.81141.65129.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.66%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=32.66%
G=31.52%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282202500.090.1200.022567592.16
HexE4DCFA9C021004b5c
Octal344334372111402400113134
Binary1110010011011100111110101001110001010000000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCFA; }

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

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

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

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

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

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

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

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