#E2DFF6

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

Shades of Lavender #E2DFF6

Tints of Lavender #E2DFF6

Color information

#E2DFF6 (or 0xE2DFF6) is unknown color: approx Lavender. HEX triplet: E2, DF and F6. RGB value is (226,223,246). Sum of RGB (Red+Green+Blue) = 226+223+246=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFF6 is #1D2009. Grayscale: #E2E2E2. Windows color (decimal): -1908746 or 16179170. OLE color: 16179170.

HSL color Cylindrical-coordinate representation of color #E2DFF6: hue angle of 247.83º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DFF6 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226223246-
CMYK0.080.0900.04
HSL247.83º56.1%91.96%-
HSV(B)247.83º9.35%96.47%-
XYZ74.3975.697.86-
YUV226.52138.99127.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.52%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=32.52%
G=32.09%
B=35.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262232460.080.0900.04247.8356.191.96
HexE2DFF68904f8385c
Octal34233736610110437070134
Binary111000101101111111110110100010010100111110001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFF6; }

 p { color: rgb(226,223,246); }

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

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

 a { background-color: rgb(226,223,246); }

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

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

 span { border-color: rgb(226,223,246); }

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