#EFDCF9

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

Shades of White Lilac #EFDCF9

Tints of White Lilac #EFDCF9

Color information

#EFDCF9 (or 0xEFDCF9) is unknown color: approx White Lilac. HEX triplet: EF, DC and F9. RGB value is (239,220,249). Sum of RGB (Red+Green+Blue) = 239+220+249=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF9 is #102306. Grayscale: #E4E4E4. Windows color (decimal): -1057543 or 16375023. OLE color: 16375023.

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

Color convert

RGB239220249-
CMYK0.040.1200.02
HSL279.31º70.73%91.96%-
HSV(B)279.31º11.65%97.65%-
XYZ78.2976.38100.24-
YUV228.99139.29135.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=33.76%
G=31.07%
B=35.17%

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
Decimal2392202490.040.1200.02279.3170.7391.96
HexEFDCF94C02117475c
Octal35733437141402427107134
Binary111011111101110011111001100110001010001011110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF9; }

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

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

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

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

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

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

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

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