Html Css Color HEX #EFF2F0 Lily White

📋 copy color: '#EFF2F0'

red 239 ◦ green 242 ◦ blue 240

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

Shades of Lily White #EFF2F0

Tints of Lily White #EFF2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.56%

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

R = 33.15%
G = 33.56%
B = 33.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#EFF2F0 (or 0xEFF2F0) is known color: Lily White. HEX triplet: EF, F2 and F0. RGB value is (239,242,240). Sum of RGB (Red+Green+Blue) = 239+242+240=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F0 is #100D0F. Grayscale: #F0F0F0. Windows color (decimal): -1051920 or 15790831. OLE color: 15790831.

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

Color convert

RGB 239 242 240 -
CMYK 0.01 0 0.01 0.05
HSL 140º 0.1% 0.94% -
HSV(B) 140º 0.01% 0.95% -
XYZ 83.08 88.15 95.07 -
YUV 240.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 239 242 240 0.01 0 0.01 0.05 140 0.1 0.94
Hex EF F2 F0 1 0 1 5 8C A 5E
Octal 357 362 360 1 0 1 5 214 12 136
Binary 11101111 11110010 11110000 1 0 1 101 10001100 1010 1011110

Color Harmonies of #EFF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2F0

Black with #EFF2F0

Text Example


Text Example

White with #EFF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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