#E6DAFE

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

Shades of Lavender #E6DAFE

Tints of Lavender #E6DAFE

Color information

#E6DAFE (or 0xE6DAFE) is unknown color: approx Lavender. HEX triplet: E6, DA and FE. RGB value is (230,218,254). Sum of RGB (Red+Green+Blue) = 230+218+254=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFE is #192501. Grayscale: #E1E1E1. Windows color (decimal): -1647874 or 16702182. OLE color: 16702182.

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

Color convert

RGB230218254-
CMYK0.090.1400.00
HSL260º94.74%92.55%-
HSV(B)260º14.17%99.61%-
XYZ75.5974.12104.09-
YUV225.69143.98131.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.76%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=32.76%
G=31.05%
B=36.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302182540.090.1400.0026094.7492.55
HexE6DAFE9E001045f5d
Octal346332376111600404137135
Binary111001101101101011111110100111100010000010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAFE; }

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

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

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

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

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

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

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

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