#E7DCFF

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

Shades of Lavender #E7DCFF

Tints of Lavender #E7DCFF

Color information

#E7DCFF (or 0xE7DCFF) is unknown color: approx Lavender. HEX triplet: E7, DC and FF. RGB value is (231,220,255). Sum of RGB (Red+Green+Blue) = 231+220+255=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFF is #182300. Grayscale: #E3E3E3. Windows color (decimal): -1581825 or 16768231. OLE color: 16768231.

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

Color convert

RGB231220255-
CMYK0.090.1400
HSL258.86º100%93.14%-
HSV(B)258.86º13.73%100%-
XYZ76.675.4105.12-
YUV227.28143.64130.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.72%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 255 (100% from 255) = 36.12%
R=32.72%
G=31.16%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312202550.090.1400258.8610093.14
HexE7DCFF9E00103645d
Octal347334377111600403144135
Binary111001111101110011111111100111100010000001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCFF; }

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

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

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

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

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

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

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

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