#E3DFFA

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

Shades of Lavender #E3DFFA

Tints of Lavender #E3DFFA

Color information

#E3DFFA (or 0xE3DFFA) is unknown color: approx Lavender. HEX triplet: E3, DF and FA. RGB value is (227,223,250). Sum of RGB (Red+Green+Blue) = 227+223+250=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DFFA is #1C2005. Grayscale: #E3E3E3. Windows color (decimal): -1843206 or 16441315. OLE color: 16441315.

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

Color convert

RGB227223250-
CMYK0.090.1100.02
HSL248.89º72.97%92.75%-
HSV(B)248.89º10.8%98.04%-
XYZ75.3276.01101.14-
YUV227.27140.83127.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.43%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=32.43%
G=31.86%
B=35.71%

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
Decimal2272232500.090.1100.02248.8972.9792.75
HexE3DFFA9B02f9495d
Octal343337372111302371111135
Binary111000111101111111111010100110110101111100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DFFA; }

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

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

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

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

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

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

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

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