Html Css Color HEX #EFE8F2 White Lilac

📋 copy color: '#EFE8F2'

red 239 ◦ green 232 ◦ blue 242

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

Shades of White Lilac #EFE8F2

Tints of White Lilac #EFE8F2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.54%

 BLUE value IS 242 (94.92% from 255) = 33.94%

R = 33.52%
G = 32.54%
B = 33.94%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFE8F2 (or 0xEFE8F2) is known color: White Lilac. HEX triplet: EF, E8 and F2. RGB value is (239,232,242). Sum of RGB (Red+Green+Blue) = 239+232+242=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8F2 is #10170D. Grayscale: #EBEBEB. Windows color (decimal): -1054478 or 15919343. OLE color: 15919343.

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

Color convert

RGB 239 232 242 -
CMYK 0.01 0.04 0 0.05
HSL 282º 0.28% 0.93% -
HSV(B) 282º 0.04% 0.95% -
XYZ 80.48 82.47 95.68 -
YUV 235.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 239 232 242 0.01 0.04 0 0.05 282 0.28 0.93
Hex EF E8 F2 1 4 0 5 11A 1C 5D
Octal 357 350 362 1 4 0 5 432 34 135
Binary 11101111 11101000 11110010 1 100 0 101 100011010 11100 1011101

Color Harmonies of #EFE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8F2

Black with #EFE8F2

Text Example


Text Example

White with #EFE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8F2; }

 p { color: rgb(239,232,242); }

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

background-color css

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

 a { background-color: rgb(239,232,242); }

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

border-color css

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

 span { border-color: rgb(239,232,242); }

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