#E7DFFE

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

Shades of Lavender #E7DFFE

Tints of Lavender #E7DFFE

Color information

#E7DFFE (or 0xE7DFFE) is unknown color: approx Lavender. HEX triplet: E7, DF and FE. RGB value is (231,223,254). Sum of RGB (Red+Green+Blue) = 231+223+254=708 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.63% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFFE is #182001. Grayscale: #E4E4E4. Windows color (decimal): -1581058 or 16703463. OLE color: 16703463.

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

Color convert

RGB231223254-
CMYK0.090.1200.00
HSL255.48º93.94%93.53%-
HSV(B)255.48º12.2%99.61%-
XYZ77.2376.92104.54-
YUV228.93142.15129.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.63%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=32.63%
G=31.50%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312232540.090.1200.00255.4893.9493.53
HexE7DFFE9C00ff5e5e
Octal347337376111400377136136
Binary11100111110111111111111010011100001111111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFFE; }

 p { color: rgb(231,223,254); }

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

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

 a { background-color: rgb(231,223,254); }

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

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

 span { border-color: rgb(231,223,254); }

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