#EEDCFA

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

Shades of White Lilac #EEDCFA

Tints of White Lilac #EEDCFA

Color information

#EEDCFA (or 0xEEDCFA) is unknown color: approx White Lilac. HEX triplet: EE, DC and FA. RGB value is (238,220,250). Sum of RGB (Red+Green+Blue) = 238+220+250=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFA is #112305. Grayscale: #E4E4E4. Windows color (decimal): -1123078 or 16440558. OLE color: 16440558.

HSL color Cylindrical-coordinate representation of color #EEDCFA: hue angle of 276º 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 #EEDCFA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238220250-
CMYK0.050.1200.02
HSL276º75%92.16%-
HSV(B)276º12%98.04%-
XYZ78.1176.27101.05-
YUV228.8139.96134.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=33.62%
G=31.07%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382202500.050.1200.022767592.16
HexEEDCFA5C021144b5c
Octal35633437251402424113134
Binary111011101101110011111010101110001010001010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCFA; }

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

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

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

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

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

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

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

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