#E6DDFD

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

Shades of Lavender #E6DDFD

Tints of Lavender #E6DDFD

Color information

#E6DDFD (or 0xE6DDFD) is unknown color: approx Lavender. HEX triplet: E6, DD and FD. RGB value is (230,221,253). Sum of RGB (Red+Green+Blue) = 230+221+253=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDFD is #192202. Grayscale: #E3E3E3. Windows color (decimal): -1647107 or 16637414. OLE color: 16637414.

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

Color convert

RGB230221253-
CMYK0.090.1300.01
HSL256.88º88.89%92.94%-
HSV(B)256.88º12.65%99.22%-
XYZ76.2275.63103.51-
YUV227.34142.48129.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.67%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=32.67%
G=31.39%
B=35.94%

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
Decimal2302212530.090.1300.01256.8888.8992.94
HexE6DDFD9D01101595d
Octal346335375111501401131135
Binary111001101101110111111101100111010110000000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDFD; }

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

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

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

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

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

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

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

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