#E7DEFB

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

Shades of Lavender #E7DEFB

Tints of Lavender #E7DEFB

Color information

#E7DEFB (or 0xE7DEFB) is unknown color: approx Lavender. HEX triplet: E7, DE and FB. RGB value is (231,222,251). Sum of RGB (Red+Green+Blue) = 231+222+251=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFB is #182104. Grayscale: #E3E3E3. Windows color (decimal): -1581317 or 16506599. OLE color: 16506599.

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

Color convert

RGB231222251-
CMYK0.080.1200.02
HSL258.62º78.38%92.75%-
HSV(B)258.62º11.55%98.43%-
XYZ76.4976.2101.94-
YUV228140.98130.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.81%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=32.81%
G=31.53%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312222510.080.1200.02258.6278.3892.75
HexE7DEFB8C021034e5d
Octal347336373101402403116135
Binary1110011111011110111110111000110001010000001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEFB; }

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

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

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

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

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

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

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

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