#E5DBFC

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

Shades of Lavender #E5DBFC

Tints of Lavender #E5DBFC

Color information

#E5DBFC (or 0xE5DBFC) is unknown color: approx Lavender. HEX triplet: E5, DB and FC. RGB value is (229,219,252). Sum of RGB (Red+Green+Blue) = 229+219+252=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFC is #1A2403. Grayscale: #E1E1E1. Windows color (decimal): -1713156 or 16571365. OLE color: 16571365.

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

Color convert

RGB229219252-
CMYK0.090.1300.01
HSL258.18º84.62%92.35%-
HSV(B)258.18º13.1%98.82%-
XYZ75.2274.35102.48-
YUV225.75142.81130.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.71%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 252 (98.83% from 255) = 36%
R=32.71%
G=31.29%
B=36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292192520.090.1300.01258.1884.6292.35
HexE5DBFC9D01102555c
Octal345333374111501402125134
Binary111001011101101111111100100111010110000001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBFC; }

 p { color: rgb(229,219,252); }

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

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

 a { background-color: rgb(229,219,252); }

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

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

 span { border-color: rgb(229,219,252); }

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