#E6DAFD

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

Shades of Lavender #E6DAFD

Tints of Lavender #E6DAFD

Color information

#E6DAFD (or 0xE6DAFD) is unknown color: approx Lavender. HEX triplet: E6, DA and FD. RGB value is (230,218,253). Sum of RGB (Red+Green+Blue) = 230+218+253=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFD is #192502. Grayscale: #E1E1E1. Windows color (decimal): -1647875 or 16636646. OLE color: 16636646.

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

Color convert

RGB230218253-
CMYK0.090.1400.01
HSL260.57º89.74%92.35%-
HSV(B)260.57º13.83%99.22%-
XYZ75.4374.06103.25-
YUV225.58143.48131.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=32.81%
G=31.10%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302182530.090.1400.01260.5789.7492.35
HexE6DAFD9E011055a5c
Octal346332375111601405132134
Binary111001101101101011111101100111100110000010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAFD; }

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

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

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

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

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

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

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

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