#EFDFFA

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

Shades of White Lilac #EFDFFA

Tints of White Lilac #EFDFFA

Color information

#EFDFFA (or 0xEFDFFA) is unknown color: approx White Lilac. HEX triplet: EF, DF and FA. RGB value is (239,223,250). Sum of RGB (Red+Green+Blue) = 239+223+250=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFA is #102005. Grayscale: #E6E6E6. Windows color (decimal): -1056774 or 16441327. OLE color: 16441327.

HSL color Cylindrical-coordinate representation of color #EFDFFA: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFFA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239223250-
CMYK0.040.1100.02
HSL275.56º72.97%92.75%-
HSV(B)275.56º10.8%98.04%-
XYZ79.2478.03101.33-
YUV230.86138.8133.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 31.32%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=33.57%
G=31.32%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392232500.040.1100.02275.5672.9792.75
HexEFDFFA4B02114495d
Octal35733737241302424111135
Binary111011111101111111111010100101101010001010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFFA; }

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

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

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

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

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

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

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

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