#E2DFFC

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

Shades of Lavender #E2DFFC

Tints of Lavender #E2DFFC

Color information

#E2DFFC (or 0xE2DFFC) is unknown color: approx Lavender. HEX triplet: E2, DF and FC. RGB value is (226,223,252). Sum of RGB (Red+Green+Blue) = 226+223+252=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFC is #1D2003. Grayscale: #E3E3E3. Windows color (decimal): -1908740 or 16572386. OLE color: 16572386.

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

Color convert

RGB226223252-
CMYK0.100.1200.01
HSL246.21º82.86%93.14%-
HSV(B)246.21º11.51%98.82%-
XYZ75.3275.97102.79-
YUV227.2141.99127.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=32.24%
G=31.81%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262232520.100.1200.01246.2182.8693.14
HexE2DFFCAC01f6535d
Octal342337374121401366123135
Binary11100010110111111111110010101100011111011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFFC; }

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

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

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

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

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

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

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

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