#EFE0FA

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

Shades of White Lilac #EFE0FA

Tints of White Lilac #EFE0FA

Color information

#EFE0FA (or 0xEFE0FA) is unknown color: approx White Lilac. HEX triplet: EF, E0 and FA. RGB value is (239,224,250). Sum of RGB (Red+Green+Blue) = 239+224+250=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FA is #101F05. Grayscale: #E7E7E7. Windows color (decimal): -1056518 or 16441583. OLE color: 16441583.

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

Color convert

RGB239224250-
CMYK0.040.1000.02
HSL274.62º72.22%92.94%-
HSV(B)274.62º10.4%98.04%-
XYZ79.5178.56101.42-
YUV231.45138.47133.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 224 (87.89% from 255) = 31.42%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=33.52%
G=31.42%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392242500.040.1000.02274.6272.2292.94
HexEFE0FA4A02113485d
Octal35734037241202423110135
Binary111011111110000011111010100101001010001001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0FA; }

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

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

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

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

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

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

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

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