#E3DAFB

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

Shades of Lavender #E3DAFB

Tints of Lavender #E3DAFB

Color information

#E3DAFB (or 0xE3DAFB) is unknown color: approx Lavender. HEX triplet: E3, DA and FB. RGB value is (227,218,251). Sum of RGB (Red+Green+Blue) = 227+218+251=696 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.61% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFB is #1C2504. Grayscale: #E0E0E0. Windows color (decimal): -1844485 or 16505571. OLE color: 16505571.

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

Color convert

RGB227218251-
CMYK0.100.1300.02
HSL256.36º80.49%91.96%-
HSV(B)256.36º13.15%98.43%-
XYZ74.1673.44101.53-
YUV224.45142.98129.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.61%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=32.61%
G=31.32%
B=36.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272182510.100.1300.02256.3680.4991.96
HexE3DAFBAD02100505c
Octal343332373121502400120134
Binary1110001111011010111110111010110101010000000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAFB; }

 p { color: rgb(227,218,251); }

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

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

 a { background-color: rgb(227,218,251); }

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

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

 span { border-color: rgb(227,218,251); }

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