Html Css Color HEX #EFE5F2 White Lilac

📋 copy color: '#EFE5F2'

red 239 ◦ green 229 ◦ blue 242

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

Shades of White Lilac #EFE5F2

Tints of White Lilac #EFE5F2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.25%

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

R = 33.66%
G = 32.25%
B = 34.08%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFE5F2 (or 0xEFE5F2) is known color: White Lilac. HEX triplet: EF, E5 and F2. RGB value is (239,229,242). Sum of RGB (Red+Green+Blue) = 239+229+242=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F2 is #101A0D. Grayscale: #E9E9E9. Windows color (decimal): -1055246 or 15918575. OLE color: 15918575.

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

Color convert

RGB 239 229 242 -
CMYK 0.01 0.05 0 0.05
HSL 286.15º 0.33% 0.92% -
HSV(B) 286.15º 0.05% 0.95% -
XYZ 79.64 80.8 95.4 -
YUV 233.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 239 229 242 0.01 0.05 0 0.05 286.15 0.33 0.92
Hex EF E5 F2 1 5 0 5 11E 21 5C
Octal 357 345 362 1 5 0 5 436 41 134
Binary 11101111 11100101 11110010 1 101 0 101 100011110 100001 1011100

Color Harmonies of #EFE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5F2

Black with #EFE5F2

Text Example


Text Example

White with #EFE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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