#E7DDFD

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

Shades of Lavender #E7DDFD

Tints of Lavender #E7DDFD

Color information

#E7DDFD (or 0xE7DDFD) is unknown color: approx Lavender. HEX triplet: E7, DD and FD. RGB value is (231,221,253). Sum of RGB (Red+Green+Blue) = 231+221+253=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDFD is #182202. Grayscale: #E3E3E3. Windows color (decimal): -1581571 or 16637415. OLE color: 16637415.

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

Color convert

RGB231221253-
CMYK0.090.1300.01
HSL258.75º88.89%92.94%-
HSV(B)258.75º12.65%99.22%-
XYZ76.5475.79103.52-
YUV227.64142.31130.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.77%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=32.77%
G=31.35%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312212530.090.1300.01258.7588.8992.94
HexE7DDFD9D01103595d
Octal347335375111501403131135
Binary111001111101110111111101100111010110000001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDFD; }

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

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

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

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

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

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

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

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