#EFDCF8

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

Shades of White Lilac #EFDCF8

Tints of White Lilac #EFDCF8

Color information

#EFDCF8 (or 0xEFDCF8) is unknown color: approx White Lilac. HEX triplet: EF, DC and F8. RGB value is (239,220,248). Sum of RGB (Red+Green+Blue) = 239+220+248=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF8 is #102307. Grayscale: #E4E4E4. Windows color (decimal): -1057544 or 16309487. OLE color: 16309487.

HSL color Cylindrical-coordinate representation of color #EFDCF8: hue angle of 280.71º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDCF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239220248-
CMYK0.040.1100.03
HSL280.71º66.67%91.76%-
HSV(B)280.71º11.29%97.25%-
XYZ78.1376.3199.42-
YUV228.87138.79135.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=33.80%
G=31.12%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392202480.040.1100.03280.7166.6791.76
HexEFDCF84B03119435c
Octal35733437041303431103134
Binary111011111101110011111000100101101110001100110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF8; }

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

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

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

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

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

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

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

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