#EFE0FC

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

Shades of White Lilac #EFE0FC

Tints of White Lilac #EFE0FC

Color information

#EFE0FC (or 0xEFE0FC) is unknown color: approx White Lilac. HEX triplet: EF, E0 and FC. RGB value is (239,224,252). Sum of RGB (Red+Green+Blue) = 239+224+252=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FC is #101F03. Grayscale: #E7E7E7. Windows color (decimal): -1056516 or 16572655. OLE color: 16572655.

HSL color Cylindrical-coordinate representation of color #EFE0FC: hue angle of 272.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE0FC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239224252-
CMYK0.050.1100.01
HSL272.14º82.35%93.33%-
HSV(B)272.14º11.11%98.82%-
XYZ79.8278.69103.08-
YUV231.68139.47133.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 224 (87.89% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=33.43%
G=31.33%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392242520.050.1100.01272.1482.3593.33
HexEFE0FC5B01110525d
Octal35734037451301420122135
Binary11101111111000001111110010110110110001000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0FC; }

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

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

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

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

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

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

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

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