#E3DFFC

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

Shades of Lavender #E3DFFC

Tints of Lavender #E3DFFC

Color information

#E3DFFC (or 0xE3DFFC) is unknown color: approx Lavender. HEX triplet: E3, DF and FC. RGB value is (227,223,252). Sum of RGB (Red+Green+Blue) = 227+223+252=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DFFC is #1C2003. Grayscale: #E3E3E3. Windows color (decimal): -1843204 or 16572387. OLE color: 16572387.

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

Color convert

RGB227223252-
CMYK0.100.1200.01
HSL248.28º82.86%93.14%-
HSV(B)248.28º11.51%98.82%-
XYZ75.6476.13102.8-
YUV227.5141.83127.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.34%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=32.34%
G=31.77%
B=35.90%

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
Decimal2272232520.100.1200.01248.2882.8693.14
HexE3DFFCAC01f8535d
Octal343337374121401370123135
Binary11100011110111111111110010101100011111100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DFFC; }

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

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

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

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

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

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

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

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