#E5DDFF

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

Shades of Lavender #E5DDFF

Tints of Lavender #E5DDFF

Color information

#E5DDFF (or 0xE5DDFF) is unknown color: approx Lavender. HEX triplet: E5, DD and FF. RGB value is (229,221,255). Sum of RGB (Red+Green+Blue) = 229+221+255=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFF is #1A2200. Grayscale: #E3E3E3. Windows color (decimal): -1712641 or 16768485. OLE color: 16768485.

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

Color convert

RGB229221255-
CMYK0.100.1300
HSL254.12º100%93.33%-
HSV(B)254.12º13.33%100%-
XYZ76.2275.59105.18-
YUV227.27143.65129.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.48%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 255 (100% from 255) = 36.17%
R=32.48%
G=31.35%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292212550.100.1300254.1210093.33
HexE5DDFFAD00fe645d
Octal345335377121500376144135
Binary11100101110111011111111110101101001111111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDFF; }

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

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

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

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

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

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

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

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