#E4DFFA

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

Shades of Lavender #E4DFFA

Tints of Lavender #E4DFFA

Color information

#E4DFFA (or 0xE4DFFA) is unknown color: approx Lavender. HEX triplet: E4, DF and FA. RGB value is (228,223,250). Sum of RGB (Red+Green+Blue) = 228+223+250=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFA is #1B2005. Grayscale: #E3E3E3. Windows color (decimal): -1777670 or 16441316. OLE color: 16441316.

HSL color Cylindrical-coordinate representation of color #E4DFFA: hue angle of 251.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DFFA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228223250-
CMYK0.090.1100.02
HSL251.11º72.97%92.75%-
HSV(B)251.11º10.8%98.04%-
XYZ75.6476.17101.16-
YUV227.57140.66128.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=32.52%
G=31.81%
B=35.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282232500.090.1100.02251.1172.9792.75
HexE4DFFA9B02fb495d
Octal344337372111302373111135
Binary111001001101111111111010100110110101111101110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFFA; }

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

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

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

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

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

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

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

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