#E9DFF2

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

Shades of White Lilac #E9DFF2

Tints of White Lilac #E9DFF2

Color information

#E9DFF2 (or 0xE9DFF2) is unknown color: approx White Lilac. HEX triplet: E9, DF and F2. RGB value is (233,223,242). Sum of RGB (Red+Green+Blue) = 233+223+242=698 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.38% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFF2 is #16200D. Grayscale: #E4E4E4. Windows color (decimal): -1449998 or 15917033. OLE color: 15917033.

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

Color convert

RGB233223242-
CMYK0.040.0800.05
HSL271.58º42.22%91.18%-
HSV(B)271.58º7.85%94.9%-
XYZ76.0276.5194.77-
YUV228.16135.81131.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=33.38%
G=31.95%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332232420.040.0800.05271.5842.2291.18
HexE9DFF248051102a5b
Octal3513373624100542052133
Binary111010011101111111110010100100001011000100001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFF2; }

 p { color: rgb(233,223,242); }

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

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

 a { background-color: rgb(233,223,242); }

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

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

 span { border-color: rgb(233,223,242); }

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