#EFDEFA

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

Shades of White Lilac #EFDEFA

Tints of White Lilac #EFDEFA

Color information

#EFDEFA (or 0xEFDEFA) is unknown color: approx White Lilac. HEX triplet: EF, DE and FA. RGB value is (239,222,250). Sum of RGB (Red+Green+Blue) = 239+222+250=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFA is #102105. Grayscale: #E6E6E6. Windows color (decimal): -1057030 or 16441071. OLE color: 16441071.

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

Color convert

RGB239222250-
CMYK0.040.1100.02
HSL276.43º73.68%92.55%-
HSV(B)276.43º11.2%98.04%-
XYZ78.9777.5101.24-
YUV230.27139.13134.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=33.61%
G=31.22%
B=35.16%

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
Decimal2392222500.040.1100.02276.4373.6892.55
HexEFDEFA4B021144a5d
Octal35733637241302424112135
Binary111011111101111011111010100101101010001010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEFA; }

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

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

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

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

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

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

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

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