#E5DFFD

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

Shades of Lavender #E5DFFD

Tints of Lavender #E5DFFD

Color information

#E5DFFD (or 0xE5DFFD) is unknown color: approx Lavender. HEX triplet: E5, DF and FD. RGB value is (229,223,253). Sum of RGB (Red+Green+Blue) = 229+223+253=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFD is #1A2002. Grayscale: #E4E4E4. Windows color (decimal): -1712131 or 16637925. OLE color: 16637925.

HSL color Cylindrical-coordinate representation of color #E5DFFD: hue angle of 252º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DFFD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229223253-
CMYK0.090.1200.01
HSL252º88.24%93.33%-
HSV(B)252º11.86%99.22%-
XYZ76.4376.53103.67-
YUV228.21141.99128.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.48%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=32.48%
G=31.63%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292232530.090.1200.0125288.2493.33
HexE5DFFD9C01fc585d
Octal345337375111401374130135
Binary11100101110111111111110110011100011111110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFFD; }

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

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

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

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

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

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

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

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