Html Css Color HEX #EFEDF0 White Lilac

📋 copy color: '#EFEDF0'

red 239 ◦ green 237 ◦ blue 240

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

Shades of White Lilac #EFEDF0

Tints of White Lilac #EFEDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.1%

 BLUE value IS 240 (94.14% from 255) = 33.52%

R = 33.38%
G = 33.1%
B = 33.52%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFEDF0 (or 0xEFEDF0) is known color: White Lilac. HEX triplet: EF, ED and F0. RGB value is (239,237,240). Sum of RGB (Red+Green+Blue) = 239+237+240=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF0 is #10120F. Grayscale: #EDEDED. Windows color (decimal): -1053200 or 15789551. OLE color: 15789551.

HSL color Cylindrical-coordinate representation of color #EFEDF0: hue angle of 280º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEDF0 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 240 -
CMYK 0.00 0.01 0 0.06
HSL 280º 0.09% 0.94% -
HSV(B) 280º 0.01% 0.94% -
XYZ 81.61 85.21 94.58 -
YUV 237.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 239 237 240 0.00 0.01 0 0.06 280 0.09 0.94
Hex EF ED F0 0 1 0 6 118 9 5E
Octal 357 355 360 0 1 0 6 430 11 136
Binary 11101111 11101101 11110000 0 1 0 110 100011000 1001 1011110

Color Harmonies of #EFEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDF0

Black with #EFEDF0

Text Example


Text Example

White with #EFEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDF0; }

 p { color: rgb(239,237,240); }

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

background-color css

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

 a { background-color: rgb(239,237,240); }

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

border-color css

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

 span { border-color: rgb(239,237,240); }

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