#EFDEFE

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

Shades of White Lilac #EFDEFE

Tints of White Lilac #EFDEFE

Color information

#EFDEFE (or 0xEFDEFE) is unknown color: approx White Lilac. HEX triplet: EF, DE and FE. RGB value is (239,222,254). Sum of RGB (Red+Green+Blue) = 239+222+254=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFE is #102101. Grayscale: #E6E6E6. Windows color (decimal): -1057026 or 16703215. OLE color: 16703215.

HSL color Cylindrical-coordinate representation of color #EFDEFE: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDEFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239222254-
CMYK0.060.1300.00
HSL271.88º94.12%93.33%-
HSV(B)271.88º12.6%99.61%-
XYZ79.6177.75104.58-
YUV230.73141.13133.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=33.43%
G=31.05%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392222540.060.1300.00271.8894.1293.33
HexEFDEFE6D001105e5d
Octal35733637661500420136135
Binary11101111110111101111111011011010010001000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEFE; }

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

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

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

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

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

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

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

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