#E3DAFD

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

Shades of Lavender #E3DAFD

Tints of Lavender #E3DAFD

Color information

#E3DAFD (or 0xE3DAFD) is unknown color: approx Lavender. HEX triplet: E3, DA and FD. RGB value is (227,218,253). Sum of RGB (Red+Green+Blue) = 227+218+253=698 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.52% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFD is #1C2502. Grayscale: #E0E0E0. Windows color (decimal): -1844483 or 16636643. OLE color: 16636643.

HSL color Cylindrical-coordinate representation of color #E3DAFD: hue angle of 255.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3DAFD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227218253-
CMYK0.100.1400.01
HSL255.43º89.74%92.35%-
HSV(B)255.43º13.83%99.22%-
XYZ74.4873.57103.2-
YUV224.68143.98129.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.52%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=32.52%
G=31.23%
B=36.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272182530.100.1400.01255.4389.7492.35
HexE3DAFDAE01ff5a5c
Octal343332375121601377132134
Binary11100011110110101111110110101110011111111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAFD; }

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

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

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

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

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

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

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

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