#E7DDF2

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

Shades of White Lilac #E7DDF2

Tints of White Lilac #E7DDF2

Color information

#E7DDF2 (or 0xE7DDF2) is unknown color: approx White Lilac. HEX triplet: E7, DD and F2. RGB value is (231,221,242). Sum of RGB (Red+Green+Blue) = 231+221+242=694 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.29% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDF2 is #18220D. Grayscale: #E2E2E2. Windows color (decimal): -1581582 or 15916519. OLE color: 15916519.

HSL color Cylindrical-coordinate representation of color #E7DDF2: hue angle of 268.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DDF2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231221242-
CMYK0.050.0900.05
HSL268.57º44.68%90.78%-
HSV(B)268.57º8.68%94.9%-
XYZ74.8475.1194.56-
YUV226.38136.81131.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.29%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=33.29%
G=31.84%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312212420.050.0900.05268.5744.6890.78
HexE7DDF2590510d2d5b
Octal3473353625110541555133
Binary111001111101110111110010101100101011000011011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDF2; }

 p { color: rgb(231,221,242); }

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

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

 a { background-color: rgb(231,221,242); }

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

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

 span { border-color: rgb(231,221,242); }

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