#E6DCFD

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

Shades of Lavender #E6DCFD

Tints of Lavender #E6DCFD

Color information

#E6DCFD (or 0xE6DCFD) is unknown color: approx Lavender. HEX triplet: E6, DC and FD. RGB value is (230,220,253). Sum of RGB (Red+Green+Blue) = 230+220+253=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFD is #192302. Grayscale: #E2E2E2. Windows color (decimal): -1647363 or 16637158. OLE color: 16637158.

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

Color convert

RGB230220253-
CMYK0.090.1300.01
HSL258.18º89.19%92.75%-
HSV(B)258.18º13.04%99.22%-
XYZ75.9675.1103.42-
YUV226.75142.81130.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=32.72%
G=31.29%
B=35.99%

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
Decimal2302202530.090.1300.01258.1889.1992.75
HexE6DCFD9D01102595d
Octal346334375111501402131135
Binary111001101101110011111101100111010110000001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCFD; }

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

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

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

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

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

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

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

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