#EEDDFA

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

Shades of White Lilac #EEDDFA

Tints of White Lilac #EEDDFA

Color information

#EEDDFA (or 0xEEDDFA) is unknown color: approx White Lilac. HEX triplet: EE, DD and FA. RGB value is (238,221,250). Sum of RGB (Red+Green+Blue) = 238+221+250=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFA is #112205. Grayscale: #E5E5E5. Windows color (decimal): -1122822 or 16440814. OLE color: 16440814.

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

Color convert

RGB238221250-
CMYK0.050.1200.02
HSL275.17º74.36%92.35%-
HSV(B)275.17º11.6%98.04%-
XYZ78.3776.79101.13-
YUV229.39139.63134.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=33.57%
G=31.17%
B=35.26%

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
Decimal2382212500.050.1200.02275.1774.3692.35
HexEEDDFA5C021134a5c
Octal35633537251402423112134
Binary111011101101110111111010101110001010001001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDFA; }

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

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

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

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

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

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

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

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