#EFE0F5

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

Shades of White Lilac #EFE0F5

Tints of White Lilac #EFE0F5

Color information

#EFE0F5 (or 0xEFE0F5) is unknown color: approx White Lilac. HEX triplet: EF, E0 and F5. RGB value is (239,224,245). Sum of RGB (Red+Green+Blue) = 239+224+245=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0F5 is #101F0A. Grayscale: #E6E6E6. Windows color (decimal): -1056523 or 16113903. OLE color: 16113903.

HSL color Cylindrical-coordinate representation of color #EFE0F5: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE0F5 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239224245-
CMYK0.020.0900.04
HSL282.86º51.22%91.96%-
HSV(B)282.86º8.57%96.08%-
XYZ78.7378.2597.34-
YUV230.88135.97133.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 224 (87.89% from 255) = 31.64%
BLUE value IS 245 (96.09% from 255) = 34.60%
R=33.76%
G=31.64%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392242450.020.0900.04282.8651.2291.96
HexEFE0F5290411b335c
Octal3573403652110443363134
Binary11101111111000001111010110100101001000110111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0F5; }

 p { color: rgb(239,224,245); }

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

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

 a { background-color: rgb(239,224,245); }

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

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

 span { border-color: rgb(239,224,245); }

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