#E6DAFF

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

Shades of Lavender #E6DAFF

Tints of Lavender #E6DAFF

Color information

#E6DAFF (or 0xE6DAFF) is unknown color: approx Lavender. HEX triplet: E6, DA and FF. RGB value is (230,218,255). Sum of RGB (Red+Green+Blue) = 230+218+255=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFF is #192500. Grayscale: #E1E1E1. Windows color (decimal): -1647873 or 16767718. OLE color: 16767718.

HSL color Cylindrical-coordinate representation of color #E6DAFF: hue angle of 259.46º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6DAFF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230218255-
CMYK0.100.1500
HSL259.46º100%92.75%-
HSV(B)259.46º14.51%100%-
XYZ75.7574.19104.93-
YUV225.81144.48130.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 36.27%
R=32.72%
G=31.01%
B=36.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302182550.100.1500259.4610092.75
HexE6DAFFAF00103645d
Octal346332377121700403144135
Binary111001101101101011111111101011110010000001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAFF; }

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

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

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

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

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

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

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

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