#E7DCFE

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

Shades of Lavender #E7DCFE

Tints of Lavender #E7DCFE

Color information

#E7DCFE (or 0xE7DCFE) is unknown color: approx Lavender. HEX triplet: E7, DC and FE. RGB value is (231,220,254). Sum of RGB (Red+Green+Blue) = 231+220+254=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFE is #182301. Grayscale: #E3E3E3. Windows color (decimal): -1581826 or 16702695. OLE color: 16702695.

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

Color convert

RGB231220254-
CMYK0.090.1300.00
HSL259.41º94.44%92.94%-
HSV(B)259.41º13.39%99.61%-
XYZ76.4475.33104.28-
YUV227.16143.14130.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.77%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=32.77%
G=31.21%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312202540.090.1300.00259.4194.4492.94
HexE7DCFE9D001035e5d
Octal347334376111500403136135
Binary111001111101110011111110100111010010000001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCFE; }

 p { color: rgb(231,220,254); }

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

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

 a { background-color: rgb(231,220,254); }

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

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

 span { border-color: rgb(231,220,254); }

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