#EFDCFE

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

Shades of White Lilac #EFDCFE

Tints of White Lilac #EFDCFE

Color information

#EFDCFE (or 0xEFDCFE) is unknown color: approx White Lilac. HEX triplet: EF, DC and FE. RGB value is (239,220,254). Sum of RGB (Red+Green+Blue) = 239+220+254=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFE is #102301. Grayscale: #E5E5E5. Windows color (decimal): -1057538 or 16702703. OLE color: 16702703.

HSL color Cylindrical-coordinate representation of color #EFDCFE: hue angle of 273.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239220254-
CMYK0.060.1300.00
HSL273.53º94.44%92.94%-
HSV(B)273.53º13.39%99.61%-
XYZ79.0876.69104.4-
YUV229.56141.79134.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=33.52%
G=30.86%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392202540.060.1300.00273.5394.4492.94
HexEFDCFE6D001125e5d
Octal35733437661500422136135
Binary11101111110111001111111011011010010001001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCFE; }

 p { color: rgb(239,220,254); }

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

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

 a { background-color: rgb(239,220,254); }

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

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

 span { border-color: rgb(239,220,254); }

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