#E0DFF9

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

Shades of Lavender #E0DFF9

Tints of Lavender #E0DFF9

Color information

#E0DFF9 (or 0xE0DFF9) is unknown color: approx Lavender. HEX triplet: E0, DF and F9. RGB value is (224,223,249). Sum of RGB (Red+Green+Blue) = 224+223+249=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0DFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFF9 is #1F2006. Grayscale: #E2E2E2. Windows color (decimal): -2039815 or 16375776. OLE color: 16375776.

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

Color convert

RGB224223249-
CMYK0.100.1000.02
HSL242.31º68.42%92.55%-
HSV(B)242.31º10.44%97.65%-
XYZ74.2375.46100.28-
YUV226.26140.83126.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=32.18%
G=32.04%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242232490.100.1000.02242.3168.4292.55
HexE0DFF9AA02f2445d
Octal340337371121202362104135
Binary111000001101111111111001101010100101111001010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFF9; }

 p { color: rgb(224,223,249); }

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

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

 a { background-color: rgb(224,223,249); }

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

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

 span { border-color: rgb(224,223,249); }

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