#E7DFFD

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

Shades of Lavender #E7DFFD

Tints of Lavender #E7DFFD

Color information

#E7DFFD (or 0xE7DFFD) is unknown color: approx Lavender. HEX triplet: E7, DF and FD. RGB value is (231,223,253). Sum of RGB (Red+Green+Blue) = 231+223+253=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFFD is #182002. Grayscale: #E4E4E4. Windows color (decimal): -1581059 or 16637927. OLE color: 16637927.

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

Color convert

RGB231223253-
CMYK0.090.1200.01
HSL256º88.24%93.33%-
HSV(B)256º11.86%99.22%-
XYZ77.0776.86103.7-
YUV228.81141.65129.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.67%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=32.67%
G=31.54%
B=35.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312232530.090.1200.0125688.2493.33
HexE7DFFD9C01100585d
Octal347337375111401400130135
Binary111001111101111111111101100111000110000000010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFFD; }

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

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

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

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

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

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

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

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