#E0DBFE

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

Shades of Lavender #E0DBFE

Tints of Lavender #E0DBFE

Color information

#E0DBFE (or 0xE0DBFE) is unknown color: approx Lavender. HEX triplet: E0, DB and FE. RGB value is (224,219,254). Sum of RGB (Red+Green+Blue) = 224+219+254=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBFE is #1F2401. Grayscale: #E0E0E0. Windows color (decimal): -2040834 or 16702432. OLE color: 16702432.

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

Color convert

RGB224219254-
CMYK0.120.1400.00
HSL248.57º94.59%92.75%-
HSV(B)248.57º13.78%99.61%-
XYZ73.9673.67104.09-
YUV224.48144.66127.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 219 (85.94% from 255) = 31.42%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=32.14%
G=31.42%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242192540.120.1400.00248.5794.5992.75
HexE0DBFECE00f95f5d
Octal340333376141600371137135
Binary11100000110110111111111011001110001111100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBFE; }

 p { color: rgb(224,219,254); }

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

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

 a { background-color: rgb(224,219,254); }

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

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

 span { border-color: rgb(224,219,254); }

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