#E4DEF8

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

Shades of Lavender #E4DEF8

Tints of Lavender #E4DEF8

Color information

#E4DEF8 (or 0xE4DEF8) is unknown color: approx Lavender. HEX triplet: E4, DE and F8. RGB value is (228,222,248). Sum of RGB (Red+Green+Blue) = 228+222+248=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #E4DEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEF8 is #1B2107. Grayscale: #E2E2E2. Windows color (decimal): -1777928 or 16309988. OLE color: 16309988.

HSL color Cylindrical-coordinate representation of color #E4DEF8: hue angle of 253.85º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4DEF8 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228222248-
CMYK0.080.1000.03
HSL253.85º65%92.16%-
HSV(B)253.85º10.48%97.25%-
XYZ75.0675.5199.43-
YUV226.76139.99128.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.66%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 248 (97.27% from 255) = 35.53%
R=32.66%
G=31.81%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2282222480.080.1000.03253.856592.16
HexE4DEF88A03fe415c
Octal344336370101203376101134
Binary111001001101111011111000100010100111111111010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEF8; }

 p { color: rgb(228,222,248); }

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

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

 a { background-color: rgb(228,222,248); }

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

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

 span { border-color: rgb(228,222,248); }

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