#EEDCFB

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

Shades of White Lilac #EEDCFB

Tints of White Lilac #EEDCFB

Color information

#EEDCFB (or 0xEEDCFB) is unknown color: approx White Lilac. HEX triplet: EE, DC and FB. RGB value is (238,220,251). Sum of RGB (Red+Green+Blue) = 238+220+251=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFB is #112304. Grayscale: #E4E4E4. Windows color (decimal): -1123077 or 16506094. OLE color: 16506094.

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

Color convert

RGB238220251-
CMYK0.050.1200.02
HSL274.84º79.49%92.35%-
HSV(B)274.84º12.35%98.43%-
XYZ78.2776.33101.87-
YUV228.92140.46134.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=33.57%
G=31.03%
B=35.40%

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
Decimal2382202510.050.1200.02274.8479.4992.35
HexEEDCFB5C021134f5c
Octal35633437351402423117134
Binary111011101101110011111011101110001010001001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCFB; }

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

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

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

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

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

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

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

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