#E7DEFF

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

Shades of Lavender #E7DEFF

Tints of Lavender #E7DEFF

Color information

#E7DEFF (or 0xE7DEFF) is unknown color: approx Lavender. HEX triplet: E7, DE and FF. RGB value is (231,222,255). Sum of RGB (Red+Green+Blue) = 231+222+255=708 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.63% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFF is #182100. Grayscale: #E4E4E4. Windows color (decimal): -1581313 or 16768743. OLE color: 16768743.

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

Color convert

RGB231222255-
CMYK0.090.1300
HSL256.36º100%93.53%-
HSV(B)256.36º12.94%100%-
XYZ77.1376.45105.3-
YUV228.45142.98129.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.63%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 255 (100% from 255) = 36.02%
R=32.63%
G=31.36%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312222550.090.1300256.3610093.53
HexE7DEFF9D00100645e
Octal347336377111500400144136
Binary111001111101111011111111100111010010000000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEFF; }

 p { color: rgb(231,222,255); }

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

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

 a { background-color: rgb(231,222,255); }

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

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

 span { border-color: rgb(231,222,255); }

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