#EFDCFA

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

Shades of White Lilac #EFDCFA

Tints of White Lilac #EFDCFA

Color information

#EFDCFA (or 0xEFDCFA) is unknown color: approx White Lilac. HEX triplet: EF, DC and FA. RGB value is (239,220,250). Sum of RGB (Red+Green+Blue) = 239+220+250=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 220 (86.33% from 255 or 31.03% 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 #EFDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFA is #102305. Grayscale: #E5E5E5. Windows color (decimal): -1057542 or 16440559. OLE color: 16440559.

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

Color convert

RGB239220250-
CMYK0.040.1200.02
HSL278º75%92.16%-
HSV(B)278º12%98.04%-
XYZ78.4576.44101.06-
YUV229.1139.79135.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=33.71%
G=31.03%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392202500.040.1200.022787592.16
HexEFDCFA4C021164b5c
Octal35733437241402426113134
Binary111011111101110011111010100110001010001011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCFA; }

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

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

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

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

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

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

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

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