#E7DFFF

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

Shades of Lavender #E7DFFF

Tints of Lavender #E7DFFF

Color information

#E7DFFF (or 0xE7DFFF) is unknown color: approx Lavender. HEX triplet: E7, DF and FF. RGB value is (231,223,255). Sum of RGB (Red+Green+Blue) = 231+223+255=709 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.58% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFFF is #182000. Grayscale: #E4E4E4. Windows color (decimal): -1581057 or 16768999. OLE color: 16768999.

HSL color Cylindrical-coordinate representation of color #E7DFFF: hue angle of 255º 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 #E7DFFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231223255-
CMYK0.090.1300
HSL255º100%93.73%-
HSV(B)255º12.55%100%-
XYZ77.3976.98105.39-
YUV229.04142.65129.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.58%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 255 (100% from 255) = 35.97%
R=32.58%
G=31.45%
B=35.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312232550.090.130025510093.73
HexE7DFFF9D00ff645e
Octal347337377111500377144136
Binary11100111110111111111111110011101001111111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFFF; }

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

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

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

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

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

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

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

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