#E5DFFF

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

Shades of Lavender #E5DFFF

Tints of Lavender #E5DFFF

Color information

#E5DFFF (or 0xE5DFFF) is unknown color: approx Lavender. HEX triplet: E5, DF and FF. RGB value is (229,223,255). Sum of RGB (Red+Green+Blue) = 229+223+255=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFF is #1A2000. Grayscale: #E4E4E4. Windows color (decimal): -1712129 or 16768997. OLE color: 16768997.

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

Color convert

RGB229223255-
CMYK0.100.1300
HSL251.25º100%93.73%-
HSV(B)251.25º12.55%100%-
XYZ76.7576.65105.36-
YUV228.44142.99128.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.39%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 255 (100% from 255) = 36.07%
R=32.39%
G=31.54%
B=36.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292232550.100.1300251.2510093.73
HexE5DFFFAD00fb645e
Octal345337377121500373144136
Binary11100101110111111111111110101101001111101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFFF; }

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

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

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

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

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

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

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

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