#E5DFFA

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

Shades of Lavender #E5DFFA

Tints of Lavender #E5DFFA

Color information

#E5DFFA (or 0xE5DFFA) is unknown color: approx Lavender. HEX triplet: E5, DF and FA. RGB value is (229,223,250). Sum of RGB (Red+Green+Blue) = 229+223+250=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFA is #1A2005. Grayscale: #E3E3E3. Windows color (decimal): -1712134 or 16441317. OLE color: 16441317.

HSL color Cylindrical-coordinate representation of color #E5DFFA: hue angle of 253.33º degrees, saturation: 0.73, 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 #E5DFFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229223250-
CMYK0.080.1100.02
HSL253.33º72.97%92.75%-
HSV(B)253.33º10.8%98.04%-
XYZ75.9676.34101.17-
YUV227.87140.49128.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=32.62%
G=31.77%
B=35.61%

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
Decimal2292232500.080.1100.02253.3372.9792.75
HexE5DFFA8B02fd495d
Octal345337372101302375111135
Binary111001011101111111111010100010110101111110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFFA; }

 p { color: rgb(229,223,250); }

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

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

 a { background-color: rgb(229,223,250); }

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

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

 span { border-color: rgb(229,223,250); }

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