#E3DEFC

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

Shades of Lavender #E3DEFC

Tints of Lavender #E3DEFC

Color information

#E3DEFC (or 0xE3DEFC) is unknown color: approx Lavender. HEX triplet: E3, DE and FC. RGB value is (227,222,252). Sum of RGB (Red+Green+Blue) = 227+222+252=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 222 (87.11% from 255 or 31.67% 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 #E3DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFC is #1C2103. Grayscale: #E2E2E2. Windows color (decimal): -1843460 or 16572131. OLE color: 16572131.

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

Color convert

RGB227222252-
CMYK0.100.1200.01
HSL250º83.33%92.94%-
HSV(B)250º11.9%98.82%-
XYZ75.3775.6102.72-
YUV226.92142.16128.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.38%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=32.38%
G=31.67%
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
Decimal2272222520.100.1200.0125083.3392.94
HexE3DEFCAC01fa535d
Octal343336374121401372123135
Binary11100011110111101111110010101100011111101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DEFC; }

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

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

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

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

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

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

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

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