#E7DEFA

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

Shades of Lavender #E7DEFA

Tints of Lavender #E7DEFA

Color information

#E7DEFA (or 0xE7DEFA) is unknown color: approx Lavender. HEX triplet: E7, DE and FA. RGB value is (231,222,250). Sum of RGB (Red+Green+Blue) = 231+222+250=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFA is #182105. Grayscale: #E3E3E3. Windows color (decimal): -1581318 or 16441063. OLE color: 16441063.

HSL color Cylindrical-coordinate representation of color #E7DEFA: hue angle of 259.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DEFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231222250-
CMYK0.080.1100.02
HSL259.29º73.68%92.55%-
HSV(B)259.29º11.2%98.04%-
XYZ76.3376.13101.11-
YUV227.88140.48130.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.86%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=32.86%
G=31.58%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312222500.080.1100.02259.2973.6892.55
HexE7DEFA8B021034a5d
Octal347336372101302403112135
Binary1110011111011110111110101000101101010000001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEFA; }

 p { color: rgb(231,222,250); }

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

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

 a { background-color: rgb(231,222,250); }

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

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

 span { border-color: rgb(231,222,250); }

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