#E9DCFA

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

Shades of White Lilac #E9DCFA

Tints of White Lilac #E9DCFA

Color information

#E9DCFA (or 0xE9DCFA) is unknown color: approx White Lilac. HEX triplet: E9, DC and FA. RGB value is (233,220,250). Sum of RGB (Red+Green+Blue) = 233+220+250=703 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.14% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCFA is #162305. Grayscale: #E3E3E3. Windows color (decimal): -1450758 or 16440553. OLE color: 16440553.

HSL color Cylindrical-coordinate representation of color #E9DCFA: hue angle of 266º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DCFA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233220250-
CMYK0.070.1200.02
HSL266º75%92.16%-
HSV(B)266º12%98.04%-
XYZ76.4575.41100.97-
YUV227.31140.81132.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.14%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=33.14%
G=31.29%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332202500.070.1200.022667592.16
HexE9DCFA7C0210a4b5c
Octal35133437271402412113134
Binary111010011101110011111010111110001010000101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCFA; }

 p { color: rgb(233,220,250); }

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

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

 a { background-color: rgb(233,220,250); }

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

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

 span { border-color: rgb(233,220,250); }

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