#EFE2FA

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

Shades of White Lilac #EFE2FA

Tints of White Lilac #EFE2FA

Color information

#EFE2FA (or 0xEFE2FA) is unknown color: approx White Lilac. HEX triplet: EF, E2 and FA. RGB value is (239,226,250). Sum of RGB (Red+Green+Blue) = 239+226+250=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FA is #101D05. Grayscale: #E8E8E8. Windows color (decimal): -1056006 or 16442095. OLE color: 16442095.

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

Color convert

RGB239226250-
CMYK0.040.1000.02
HSL272.5º70.59%93.33%-
HSV(B)272.5º9.6%98.04%-
XYZ80.0579.65101.6-
YUV232.62137.81132.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 226 (88.67% from 255) = 31.61%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=33.43%
G=31.61%
B=34.97%

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
Decimal2392262500.040.1000.02272.570.5993.33
HexEFE2FA4A02110475d
Octal35734237241202420107135
Binary111011111110001011111010100101001010001000010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2FA; }

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

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

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

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

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

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

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

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