Html Css Color HEX #EFE2FA White Lilac

📋 copy color: '#EFE2FA'

red 239 ◦ green 226 ◦ blue 250

#EFE2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #EFE2FA

Tints of White Lilac #EFE2FA

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 value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE2FA (or 0xEFE2FA) is known color: 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

RGB 239 226 250 -
CMYK 0.04 0.10 0 0.02
HSL 272.5º 0.71% 0.93% -
HSV(B) 272.5º 0.1% 0.98% -
XYZ 80.05 79.65 101.6 -
YUV 232.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 239 226 250 0.04 0.10 0 0.02 272.5 0.71 0.93
Hex EF E2 FA 4 A 0 2 110 47 5D
Octal 357 342 372 4 12 0 2 420 107 135
Binary 11101111 11100010 11111010 100 1010 0 10 100010000 1000111 1011101

Color Harmonies of #EFE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2FA

Black with #EFE2FA

Text Example


Text Example

White with #EFE2FA

Text Example


Text Example

HTML Codes & Css Web 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>