Html Css Color HEX #EFE2F9 White Lilac

📋 copy color: '#EFE2F9'

red 239 ◦ green 226 ◦ blue 249

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

Shades of White Lilac #EFE2F9

Tints of White Lilac #EFE2F9

RGB

 RED value IS 239 (93.75% from 255) = 33.47%

 GREEN value IS 226 (88.67% from 255) = 31.65%

 BLUE value IS 249 (97.66% from 255) = 34.87%

R = 33.47%
G = 31.65%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE2F9 (or 0xEFE2F9) is known color: White Lilac. HEX triplet: EF, E2 and F9. RGB value is (239,226,249). Sum of RGB (Red+Green+Blue) = 239+226+249=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2F9 is #101D06. Grayscale: #E8E8E8. Windows color (decimal): -1056007 or 16376559. OLE color: 16376559.

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

Color convert

RGB 239 226 249 -
CMYK 0.04 0.09 0 0.02
HSL 273.91º 0.66% 0.93% -
HSV(B) 273.91º 0.09% 0.98% -
XYZ 79.89 79.58 100.77 -
YUV 232.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 239 226 249 0.04 0.09 0 0.02 273.91 0.66 0.93
Hex EF E2 F9 4 9 0 2 112 42 5D
Octal 357 342 371 4 11 0 2 422 102 135
Binary 11101111 11100010 11111001 100 1001 0 10 100010010 1000010 1011101

Color Harmonies of #EFE2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2F9

Black with #EFE2F9

Text Example


Text Example

White with #EFE2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2F9; }

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

 H1.HeaderClassName
 {
   color: #EFE2F9;
 }
 .AnyTagClassName
 {
   color: #EFE2F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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